#include <GTEngineDEF.h>
Go to the source code of this file.
Namespaces | |
gte | |
Variables | |
IP_HAS_POINTS = IP_POLYPOINT | |
IP_HAS_SEGMENTS | |
IP_HAS_TRIANGLES | |
IP_NONE = 0xFFFFFFFF | |
IP_POLYPOINT = 0x00000001 | |
IP_POLYSEGMENT_CONTIGUOUS = 0x00000004 | |
IP_POLYSEGMENT_CONTIGUOUS_ADJ = 0x00000040 | |
IP_POLYSEGMENT_DISJOINT = 0x00000002 | |
IP_POLYSEGMENT_DISJOINT_ADJ = 0x00000020 | |
IP_TRIMESH = 0x00000008 | |
IP_TRIMESH_ADJ = 0x00000080 | |
IP_TRISTRIP = 0x00000010 | |
IP_TRISTRIP_ADJ = 0x00000100 | |
IP_HAS_POINTS = IP_POLYPOINT |
Definition at line 29 of file GteIndexFormat.h.
IP_HAS_SEGMENTS |
Definition at line 31 of file GteIndexFormat.h.
IP_HAS_TRIANGLES |
Definition at line 34 of file GteIndexFormat.h.
IP_NONE = 0xFFFFFFFF |
Definition at line 18 of file GteIndexFormat.h.
IP_POLYPOINT = 0x00000001 |
Definition at line 19 of file GteIndexFormat.h.
IP_POLYSEGMENT_CONTIGUOUS = 0x00000004 |
Definition at line 21 of file GteIndexFormat.h.
IP_POLYSEGMENT_CONTIGUOUS_ADJ = 0x00000040 |
Definition at line 25 of file GteIndexFormat.h.
IP_POLYSEGMENT_DISJOINT = 0x00000002 |
Definition at line 20 of file GteIndexFormat.h.
IP_POLYSEGMENT_DISJOINT_ADJ = 0x00000020 |
Definition at line 24 of file GteIndexFormat.h.
IP_TRIMESH = 0x00000008 |
Definition at line 22 of file GteIndexFormat.h.
IP_TRIMESH_ADJ = 0x00000080 |
Definition at line 26 of file GteIndexFormat.h.
IP_TRISTRIP = 0x00000010 |
Definition at line 23 of file GteIndexFormat.h.
IP_TRISTRIP_ADJ = 0x00000100 |
Definition at line 27 of file GteIndexFormat.h.