changed Ori constructor to include setIdentity

This commit is contained in:
Jeffrey Ventrella 2013-04-17 11:11:05 -07:00
parent a6f8d5dc62
commit 53796d067f

View file

@ -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();
}