@novorender/api / CoordSpace
Enumeration: CoordSpace
Defined in: @novorender/src/core3d/state/index.ts:148
Transformation coordinate space.
See
https://learnopengl.com/Getting-started/Coordinate-Systems.
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
Clip | 2 | Clip space. | @novorender/src/core3d/state/index.ts:154 |
View | 1 | View space. | @novorender/src/core3d/state/index.ts:152 |
World | 0 | World space. | @novorender/src/core3d/state/index.ts:150 |