mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
Rename all member variables to follow the style guidelines (prefixed with the 'm') - class TSShapeLoader
This commit is contained in:
parent
9aeb4389f3
commit
1778a8d7f2
7 changed files with 284 additions and 284 deletions
|
|
@ -116,7 +116,7 @@ static void processNodeLights(AppNode* appNode, const MatrixF& offset, SimGroup*
|
|||
Con::printf("Adding <%s> light \"%s\" as a %s", lightType, lightName.c_str(), pLight->getClassName());
|
||||
|
||||
MatrixF mat(offset);
|
||||
mat.mul(appNode->getNodeTransform(TSShapeLoader::DefaultTime));
|
||||
mat.mul(appNode->getNodeTransform(TSShapeLoader::smDefaultTime));
|
||||
|
||||
pLight->setDataField(StringTable->insert("color"), 0,
|
||||
avar("%f %f %f %f", color.red, color.green, color.blue, color.alpha));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue