mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:07:07 +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;
|
static bool testingForNormalizationAndOrthogonality = true;
|
||||||
|
|
||||||
Orientation::Orientation() {
|
Orientation::Orientation() {
|
||||||
right = glm::vec3( 1.0, 0.0, 0.0 );
|
setToIdentity();
|
||||||
up = glm::vec3( 0.0, 1.0, 0.0 );
|
|
||||||
front = glm::vec3( 0.0, 0.0, 1.0 );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue