Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface { Create() Builder WithID(id *uuid.UUID) Builder WithPrimitive(primitive primitives.Primitive) Builder WithVertices(vertices []vertices.Vertex) Builder WithShader(shader shaders.Shader) Builder IsTriangle() Builder Now() (Geometry, error) }
Builder represents the geometry builder
Click to show internal directories.
Click to hide internal directories.