MotionScript

@motion-script/core


@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?

optional params?: Record<string, unknown>

Defined in: render3d/geometry.ts:14

Inherited from

Passthrough3D.params


source

source: Geometry3D

Defined in: render3d/geometry.ts:277


thresholdAngle?

optional thresholdAngle?: 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