Skip to content

Documentation / @ripl/3d / ProjectedFace3D

Interface: ProjectedFace3D ​

Defined in: 3d/src/core/shape.ts:58

A projected face ready for 2D rendering with screen-space points, fill/stroke styles, and depth.

Properties ​

PropertyTypeDefined in
depthnumber3d/src/core/shape.ts:63
fillColorstring3d/src/core/shape.ts:60
lineWidthnumber | undefined3d/src/core/shape.ts:62
pointsProjectedPoint[]3d/src/core/shape.ts:59
strokeStylestring | undefined3d/src/core/shape.ts:61