Auto stash before merge of "SP3-1-Rendering" and "origin/SP3-1-Rendering"

This commit is contained in:
Brandon Mak 2022-09-28 10:29:42 +08:00
parent a23f4f5218
commit a2311a473e
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ namespace Sandbox
auto& transform = *SHADE::SHComponentManager::GetComponent_s<SHADE::SHTransformComponent>(testObj);
transform.SetWorldPosition({1.0f, 1.0f, 1.0f});
transform.SetWorldRotation(0.0f, 0.0f + rotation, 0.0f);
rotation += dt * 0.2f;