add transform class, some code tweaks
This commit is contained in:
@ -14,6 +14,7 @@ namespace Example
|
||||
|
||||
void OnUpdate(float ts)
|
||||
{
|
||||
/*
|
||||
Mat4 transform = GetTransform();
|
||||
Vec3 translation = transform.Translation;
|
||||
|
||||
@ -21,6 +22,7 @@ namespace Example
|
||||
|
||||
transform.Translation = translation;
|
||||
SetTransform(transform);
|
||||
*/
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user