From 74a7aab843040e30c2bc50cc47f294ba7672fcd2 Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 10 Dec 2020 15:11:49 -0800 Subject: GLTFLoader: updated node transforms handling --- AssetLoader/interface/GLTFLoader.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AssetLoader/interface') 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(); }; -- cgit v1.2.3