CylinderGeneratorConfig
-
class
cee.utils.CylinderGeneratorConfig() The cylinder generator configuration object, see
CylinderGenerator.
Properties
Properties
-
CylinderGeneratorConfig.direction Type: Vec3 optional The symetric, longitudinal axis of the cylinder. It will grow from the
originin this direction.
-
CylinderGeneratorConfig.height Type: number optional Cylinder’s height along the
direction.
-
CylinderGeneratorConfig.numConcentricSegmentsInCaps Type: number optional Number of concentric ‘tree rings’ segments in both caps of the cylinder.
-
CylinderGeneratorConfig.numSegmentsZdirection Type: number optional Number of segments along the
directionof the cylinder, in other words slices which are parallel to the caps.
-
CylinderGeneratorConfig.numSlices Type: number optional Number of ‘cake slices’ going trough both caps and the walls of the cylinder.
-
CylinderGeneratorConfig.origin Type: Vec3 optional The origin point of the cylinder, which is the bottom center point.
-
CylinderGeneratorConfig.radius Type: number optional The radius of the cylinder.