@motion-script/core / EdgesGeometry3D
Interface: EdgesGeometry3D
Defined in: render3d/geometry.ts:275
The hard edges of another geometry, as line segments — a clean wireframe
outline without the diagonals of a triangulated one. Draw it with
Graphics3D.line({ segments: true }).
Extends
Properties
params?
optionalparams?:Record<string,unknown>
Defined in: render3d/geometry.ts:14
Inherited from
source
source:
Geometry3D
Defined in: render3d/geometry.ts:277
thresholdAngle?
optionalthresholdAngle?:number
Defined in: render3d/geometry.ts:279
Minimum dihedral angle in degrees for an edge to count. Default 1.
type
type:
"edges"
Defined in: render3d/geometry.ts:276