VariableTag Types

Detailed Description

Macros

#define Tpoint
 
#define Ttangent
 
#define Tparticle
 
#define Tpolygon
 
#define Tuvw
 
#define Tsegment
 
#define Tline
 
#define Tvertexmap
 
#define Tsticktexture
 
#define Tnormal
 

Macro Definition Documentation

◆ Tpoint

#define Tpoint

Point - PointTag.

◆ Ttangent

#define Ttangent

◆ Tparticle

#define Tparticle

Particle data - ParticleTag.

◆ Tpolygon

#define Tpolygon

Polygon data - PolygonTag.

◆ Tuvw

#define Tuvw

UVW data - UVWTag.

◆ Tsegment

#define Tsegment

◆ Tline

#define Tline

Line data.

◆ Tvertexmap

#define Tvertexmap

Vertex map data.

◆ Tsticktexture

#define Tsticktexture

◆ Tnormal

#define Tnormal

Normal - NormalTag. Contains 12 Int16 per polygon, enumerated like the following: ax,ay,az,bx,by,bz,cx,cy,cz,dx,dy,dz.
The value is the Float value of the normal vector component multiplied by 32000.0.