aboutsummaryrefslogtreecommitdiffhomepage
path: root/demos/opengl/camera.cpp
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-08-17 20:03:50 +0200
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-08-17 20:03:50 +0200
commit85fdcdf0554918a485112ed078417379f691d01b (patch)
treed567a6be5691c67cc6341cc560366abc292f6232 /demos/opengl/camera.cpp
parent87aafc9169cd549213c8a950bbeabada109b00ef (diff)
Fixed Geometry module failures.
Removed default parameter from Transform. Removed the TransformXX typedefs. Removed references to TransformXX from unit tests and docs. Assigning Transforms to a sub-group is now forbidden at compile time. Products should now properly support the Isometry flag. Fixed alignment checks in MapBase.
Diffstat (limited to 'demos/opengl/camera.cpp')
-rw-r--r--demos/opengl/camera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/opengl/camera.cpp b/demos/opengl/camera.cpp
index bb60d483b..7e3880661 100644
--- a/demos/opengl/camera.cpp
+++ b/demos/opengl/camera.cpp
@@ -217,7 +217,7 @@ void Camera::updateViewMatrix(void) const
}
}
-const Transform3f& Camera::viewMatrix(void) const
+const Affine3f& Camera::viewMatrix(void) const
{
updateViewMatrix();
return mViewMatrix;