1
This commit is contained in:
parent
a493d1195d
commit
77fc614ae2
@ -14,7 +14,8 @@
|
|||||||
static const auto hero_transform =
|
static const auto hero_transform =
|
||||||
glm::rotate(
|
glm::rotate(
|
||||||
glm::mat4(1.0),
|
glm::mat4(1.0),
|
||||||
glm::radians(65.0f),
|
//glm::radians(65.0f),
|
||||||
|
glm::radians(0.0f),
|
||||||
glm::vec3(0.0, 0.0, 1.0)
|
glm::vec3(0.0, 0.0, 1.0)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user