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)
} SE_Camera_Projection_Type;


Enumerant Notes


SE_CAM_PROJ_TYP_ORTHOGRAPHIC

 Orthographic projection.

SE_CAM_PROJ_TYP_PERSPECTIVE

 Perspective projection.



Prev: SE_Byte_Unsigned. Next: SE_Character.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™