The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Image_Projection_Type
/*
 * REGISTERABLE ENUM: SE_Image_Projection_Type
 *
 *   This data type is used in <Image Mapping Function> instances to
 *   specify the type of projection used when applying <Image>
 *   instances to textured objects.
 */
typedef SE_Short_Integer SE_Image_Projection_Type;
Enumerant Definition Value
SE_IMAGPROJTYP_PLANAR
 Used when applying the <Image> instance to a planar surface.
1
SE_IMAGPROJTYP_CYLINDRICAL
 Used when warping the <Image> instance to a cylindrical shape.
 For this case, the textured object does not have
 <Texture Coordinate> instances or <Tack Point> instances;
 <Image Anchor> instances are provided by either the
 <Image Mapping Function> instance or the <Image> instance itself.
2
SE_IMAGPROJTYP_SPHERICAL
 Used when warping the <Image> instance to a spherical shape.
 For this case, the textured object does not have
 <Texture Coordinate> instances or <Tack Point> instances;
 <Image Anchor> instances are provided by either the
 <Image Mapping Function> instance or the <Image> instance itself.
3



Prev: SE_Image_MIP_Extents. Next: SE_Image_Scan_Direction.


Return to: Top of this Page, Type Index