Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scene ¶
type Scene struct { sync.Mutex Triangles []triangle.Triangle Vertices []vertex.Vertex Normals []vertex.Normal UVs []vertex.UV Lights []objects.Light Materials []objects.Material Objects []objects.Object Geometries []objects.Geometry Info Metadata Camera objects.Camera }
func (*Scene) HasGeometry ¶
func (*Scene) HasMaterial ¶
Click to show internal directories.
Click to hide internal directories.