Home
last modified time | relevance | path

Searched defs:t3DObject (Results 1 – 3 of 3) sorted by relevance

/dports/games/sdb/sdb-1.0.2/src/
H A Dmodels.h58 struct t3DObject struct
80 vector<t3DObject> pObject; // The object list for our model argument
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/stunts3dedit/
H A D3ds.h72 struct t3DObject struct
97 vector<t3DObject> pObject; // The object list for our model argument
/dports/games/scourge/scourge/src/common/
H A Dconstants.h912 struct t3DObject { struct
913 int numOfVerts; // The number of verts in the model
914 int numOfFaces; // The number of faces in the model
915 int numTexVertex; // The number of texture coordinates
916 int numGlCommands; // The number of glCommands
919 char strName[255]; // The name of the object
920 CVector3 *pVerts; // The object's vertices
921 CVector3 *pNormals; // The object's normals
922 float *shadingColorDelta; // 1 per normal
923 CVector2 *pTexVerts; // The texture's UV coordinates
[all …]