The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Camera_Projection_Type
/*
 * REGISTERABLE ENUM: SE_Camera_Projection_Type
 *
 *   This data type specifies the type of perspective projection that
 *   applies to a <Camera Point> instance.
 */
typedef SE_Short_Integer SE_Camera_Projection_Type;
Enumerant Definition Value
SE_CAM_ORTHOGRAPHIC
 The projection is a parallel projection in which the projection
 is parallel to the direction of the view.
1
SE_CAM_PERSPECTIVE
 The projection is a perspective projection in which all
 projector lines converge to a single point at the viewer.
2



Prev: SE_Byte_Unsigned. Next: SE_Character.


Return to: Top of this Page, Type Index