/*
* ENUM: SE_IMAGE_PROJECTION_TYPE_ENUM
*
* In an <Image Mapping Function>, specifies the type of
* projection used when applying <Images> to textured objects.
*/
} SE_IMAGE_PROJECTION_TYPE_ENUM;
Enumerator Notes
Used when applying the <Image> to a planar surface.
Used when warping the <Image> to a cylindrical shape. For this case, the
textured object does not have <Texture Coordinates> or <Tack Points>;
<Image Anchors> are provided by either the <Image Mapping Function> or
the <Image> itself.
Used when warping the <Image> to a spherical shape. For this case, the
textured object does not have <Texture Coordinates> or <Tack Points>;
<Image Anchors> are provided by either the <Image Mapping Function> or
the <Image> itself.
Prev: SE_IMAGE_MIP_FIELDS.
Next: SE_IMAGE_SCAN_DIRECTION_ENUM.
Up:Index