Interface: ConeOptions
Defined in: mobjects/three-d/Cylinder.ts:294
Options for creating a Cone
Properties
center?
optionalcenter:Vector3Tuple
Defined in: mobjects/three-d/Cylinder.ts:300
Center position [x, y, z]. Default: [0, 0, 0]
color?
optionalcolor:string
Defined in: mobjects/three-d/Cylinder.ts:302
Color as CSS color string. Default: '#ffffff'
height?
optionalheight:number
Defined in: mobjects/three-d/Cylinder.ts:298
Height of the cone. Default: 2
opacity?
optionalopacity:number
Defined in: mobjects/three-d/Cylinder.ts:304
Opacity from 0 to 1. Default: 1
openEnded?
optionalopenEnded:boolean
Defined in: mobjects/three-d/Cylinder.ts:308
Whether base is open. Default: false
radialSegments?
optionalradialSegments:number
Defined in: mobjects/three-d/Cylinder.ts:306
Number of radial segments. Default: 32
radius?
optionalradius:number
Defined in: mobjects/three-d/Cylinder.ts:296
Radius of the cone base. Default: 1
wireframe?
optionalwireframe:boolean
Defined in: mobjects/three-d/Cylinder.ts:310
Whether to render as wireframe. Default: false