CylinderGenerator
-
class
cee.utils.
CylinderGenerator
() Helper class to tesselate a cylinder with closed caps.
Useful when result values need to be mapped onto a set of 3D points defining a cylinder. See the method
createCuttingSolid
in the example in Examples/DemoAppUg on how to do that.
Constructors
Properties
Methods
configure
-
CylinderGenerator.
configure
(config) Arguments: - config (
CylinderGeneratorConfig
) – None
Sets up the cylinder parameters.
Return type: void - config (
fillVerticesIndices
-
CylinderGenerator.
fillVerticesIndices
(vertices, indices) Arguments: - vertices (
Float32Array
) – The vertices in the format x,y,z,x,y,z,… - indices (
[number]
) – The indices for the vertices
Fills the members
m_vertices
andm_indices
of this class.Return type: void - vertices (
generate
-
CylinderGenerator.
generate
() Generates the cylinder, using the previously provided configuration.
Return type: void
getIndices
-
CylinderGenerator.
getIndices
() Get the indices of triangles needed to render the solid object
Return type: [number]