Searched defs:SVtxData (Results 1 – 1 of 1) sorted by relevance
612 struct SVtxData in PVRTVertexGenerateTangentSpace() struct614 int n; // Number of items in following arrays, AKA number of tris using this vtx in PVRTVertexGenerateTangentSpace()615 PVRTVECTOR3f pvTan[cnMaxSharedVtx]; // Tangent (one per triangle referencing this vtx) in PVRTVertexGenerateTangentSpace()616 PVRTVECTOR3f pvBin[cnMaxSharedVtx]; // Bitangent (one per triangle referencing this vtx) in PVRTVertexGenerateTangentSpace()617 int pnTri[cnMaxSharedVtx]; // Triangle index (one per triangle referencing this vtx) in PVRTVertexGenerateTangentSpace()