mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Merge pull request #63 from Ventrella/master
fixed orientation contrstuctor
This commit is contained in:
commit
e558f45426
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