|
The SEDRIS Data Representation Model
APPENDIX C - Types SE_Camera_Projection_Type |
|---|
/* * ENUM: SE_Camera_Projection_Type * * This data type specifies the type of perspective projection being * used by a <Camera Point> instance. */
| typedef | enum | |
| { | ||
| SE_CAM_PROJ_TYP_ORTHOGRAPHIC, | (notes) | |
| SE_CAM_PROJ_TYP_PERSPECTIVE | (notes) |
Orthographic projection.
Perspective projection.
|