Type alias CylinderStyleOptions
CylinderStyleOptions: { bottomRadius: number; length: number; material?: PolygonMaterialOptions; show?: boolean; slices?: number; topRadius: number; } Type declaration
bottomRadius: number
length: number
Optional show?: boolean
Optional slices?: number
topRadius: number