Interface: ThreeDVMobjectOptions
Defined in: mobjects/three-d/ThreeDExtensions.ts:547
Options for creating a ThreeDVMobject
Properties
closePath?
optionalclosePath:boolean
Defined in: mobjects/three-d/ThreeDExtensions.ts:559
Whether this is a closed path. Default: false
color?
optionalcolor:string
Defined in: mobjects/three-d/ThreeDExtensions.ts:551
Color as CSS color string. Default: '#ffffff'
fillOpacity?
optionalfillOpacity:number
Defined in: mobjects/three-d/ThreeDExtensions.ts:555
Fill opacity from 0 to 1. Default: 0.5
opacity?
optionalopacity:number
Defined in: mobjects/three-d/ThreeDExtensions.ts:553
Opacity from 0 to 1. Default: 1
points?
optionalpoints:number[][]
Defined in: mobjects/three-d/ThreeDExtensions.ts:549
Initial points in 3D space. Default: []
strokeWidth?
optionalstrokeWidth:number
Defined in: mobjects/three-d/ThreeDExtensions.ts:557
Stroke width. Default: 4