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 ​
| Property | Type | Defined in |
|---|---|---|
depth | number | 3d/src/core/shape.ts:63 |
fillColor | string | 3d/src/core/shape.ts:60 |
lineWidth | number | undefined | 3d/src/core/shape.ts:62 |
points | ProjectedPoint[] | 3d/src/core/shape.ts:59 |
strokeStyle | string | undefined | 3d/src/core/shape.ts:61 |