PEXViewEntry Data Structure


 
   typedef struct {
         unsigned short      clip_flags;
         unsigned short      reserved1;
         PEXNPCSubVolume     clip_limits;
         PEXMatrix           orientation;
         PEXMatrix           mapping;
   } PEXViewEntry;
 

PEXViewEntry is a data structure that is common to the following function:

and is referenced by the following data structure:

For a list of data structures for lookup tables, see Data Structures for Lookup Tables.