mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Rename all member variables to follow the style guidelines (prefixed with the 'm') - class TSSkinMesh
This commit is contained in:
parent
e2545c359c
commit
2112c81446
6 changed files with 110 additions and 110 deletions
|
|
@ -133,13 +133,13 @@ TSMesh* AppMesh::constructTSMesh()
|
|||
tsmesh = tsskin;
|
||||
|
||||
// Copy skin elements
|
||||
tsskin->weight = mWeight;
|
||||
tsskin->boneIndex = mBoneIndex;
|
||||
tsskin->vertexIndex = mVertexIndex;
|
||||
tsskin->batchData.nodeIndex = mNodeIndex;
|
||||
tsskin->batchData.initialTransforms = mInitialTransforms;
|
||||
tsskin->batchData.initialVerts = mInitialVerts;
|
||||
tsskin->batchData.initialNorms = mInitialNorms;
|
||||
tsskin->mWeight = mWeight;
|
||||
tsskin->mBoneIndex = mBoneIndex;
|
||||
tsskin->mVertexIndex = mVertexIndex;
|
||||
tsskin->mBatchData.nodeIndex = mNodeIndex;
|
||||
tsskin->mBatchData.initialTransforms = mInitialTransforms;
|
||||
tsskin->mBatchData.initialVerts = mInitialVerts;
|
||||
tsskin->mBatchData.initialNorms = mInitialNorms;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue