mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
tsmesh: parentMesh and indicies to mParentMesh and mIndicies (usual deal, complaints about method vars or temp ones potentially conflicting with class vars)
This commit is contained in:
parent
af0922e175
commit
e2d27952aa
8 changed files with 125 additions and 125 deletions
|
|
@ -268,7 +268,7 @@ protected:
|
|||
|
||||
public:
|
||||
|
||||
S32 parentMesh; ///< index into shapes mesh list
|
||||
S32 mParentMesh; ///< index into shapes mesh list
|
||||
S32 numFrames;
|
||||
S32 numMatFrames;
|
||||
S32 vertsPerFrame;
|
||||
|
|
@ -333,7 +333,7 @@ protected:
|
|||
|
||||
Vector<TSDrawPrimitive> primitives;
|
||||
Vector<U8> encodedNorms;
|
||||
Vector<U32> indices;
|
||||
Vector<U32> mIndices;
|
||||
|
||||
/// billboard data
|
||||
Point3F billboardAxis;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue