mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +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
4a5c36352c
commit
ef0a4bee08
8 changed files with 125 additions and 125 deletions
|
|
@ -151,7 +151,7 @@ TSMesh* AppMesh::constructTSMesh()
|
|||
tsmesh->norms = normals;
|
||||
tsmesh->tverts = uvs;
|
||||
tsmesh->primitives = primitives;
|
||||
tsmesh->indices = indices;
|
||||
tsmesh->mIndices = indices;
|
||||
tsmesh->colors = colors;
|
||||
tsmesh->tverts2 = uv2s;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue