diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-12-10 23:11:49 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-12-10 23:11:49 +0000 |
| commit | 74a7aab843040e30c2bc50cc47f294ba7672fcd2 (patch) | |
| tree | 175206c3bcc3fbb07a4672e664e19d4ea1d16164 /AssetLoader/interface | |
| parent | GLTF Loader: added (diff) | |
| download | DiligentTools-74a7aab843040e30c2bc50cc47f294ba7672fcd2.tar.gz DiligentTools-74a7aab843040e30c2bc50cc47f294ba7672fcd2.zip | |
GLTFLoader: updated node transforms handling
Diffstat (limited to 'AssetLoader/interface')
| -rw-r--r-- | AssetLoader/interface/GLTFLoader.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AssetLoader/interface/GLTFLoader.hpp b/AssetLoader/interface/GLTFLoader.hpp index 81c7a96..aba68c3 100644 --- a/AssetLoader/interface/GLTFLoader.hpp +++ b/AssetLoader/interface/GLTFLoader.hpp @@ -240,7 +240,7 @@ struct Node float4x4 LocalMatrix() const; float4x4 GetMatrix() const; - void Update(); + void UpdateTransforms(); }; |
