@novorender/web_app / CoordSpace
Enumeration: CoordSpace
Transformation coordinate space.
See
https://learnopengl.com/Getting-started/Coordinate-Systems.
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
Clip | 2 | Clip space. | @novorender/core3d/state/index.ts:142 |
View | 1 | View space. | @novorender/core3d/state/index.ts:140 |
World | 0 | World space. | @novorender/core3d/state/index.ts:138 |