mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
more fixes
test vigourously
This commit is contained in:
parent
f59a640857
commit
4f7b275266
5 changed files with 92 additions and 39 deletions
|
|
@ -122,6 +122,8 @@ public:
|
|||
}
|
||||
|
||||
MatrixF getNodeTransform(F32 time) override;
|
||||
MatrixF getBoundsReferenceTransform(F32 time) override;
|
||||
MatrixF getOwnRotationOnly(F32 time) override;
|
||||
bool animatesTransform(const AppSequence* appSeq) override;
|
||||
bool isParentRoot() override { return (appParent == NULL); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue