Return to menu | Go to next page


Structure

ATTR

Surface attribute list

Structure

typedef   struct    {
                    Uint8 flag ;
                    Uint8 sort ;
                    Uint16 texno ;
                    Uint16 atrb ;
                    Uint16 colno ;
                    Uint16 gstb ;
                    Uint16 dir ;
          } ATTR ;

Member

flag Front / back setting
sort Sort setting
texno texture number
atrb attribute data
colno color number
gstb goo setting
dir Texture inversion setting and type

Description

Defines the polygon face attribute list.

Remarks

Please refer to Programmer's Tutorial “Chapter 7: Polygon surface attributes” for details of surface attributes and actual usage.

Reference: Chapter 2 Drawing

ATTR


Return to menu | Go to next page