mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Merge pull request #840 from Azaezel/alpha40/tsStaticCleanup
Alpha40/ts static cleanup
This commit is contained in:
commit
3e88e2acb8
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ public:
|
|||
void updateMaterials();
|
||||
|
||||
bool isAnimated() { return mPlayAmbient; }
|
||||
bool hasNode(const char* nodeName);
|
||||
void getNodeTransform(const char *nodeName, const MatrixF &xfm, MatrixF *outMat);
|
||||
|
||||
virtual void getUtilizedAssets(Vector<StringTableEntry>* usedAssetsList);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue