Interface: ConvexHull3DOptions
Defined in: mobjects/three-d/ConvexHull3D.ts:8
Options for creating a ConvexHull3D
Properties
center?
optionalcenter:Vector3Tuple
Defined in: mobjects/three-d/ConvexHull3D.ts:18
Center position [x, y, z]. Default: [0, 0, 0]
color?
optionalcolor:string
Defined in: mobjects/three-d/ConvexHull3D.ts:12
Color as CSS color string. Default: '#ffffff'
opacity?
optionalopacity:number
Defined in: mobjects/three-d/ConvexHull3D.ts:14
Opacity from 0 to 1. Default: 0.8
points
points:
Vector3Tuple[]
Defined in: mobjects/three-d/ConvexHull3D.ts:10
3D points to compute the convex hull from
wireframe?
optionalwireframe:boolean
Defined in: mobjects/three-d/ConvexHull3D.ts:16
Whether to render as wireframe. Default: false