mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 06:32:35 +02:00
changed Ori constructor to include setIdentity
This commit is contained in:
parent
a6f8d5dc62
commit
53796d067f
1 changed files with 1 additions and 3 deletions
|
@ -12,9 +12,7 @@
|
|||
static bool testingForNormalizationAndOrthogonality = true;
|
||||
|
||||
Orientation::Orientation() {
|
||||
right = glm::vec3( 1.0, 0.0, 0.0 );
|
||||
up = glm::vec3( 0.0, 1.0, 0.0 );
|
||||
front = glm::vec3( 0.0, 0.0, 1.0 );
|
||||
setToIdentity();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue