From e31c11401154e0a4eefff89c3ae6a3e33326aafc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 14 Oct 2005 21:38:44 +0000 Subject: [PATCH] From Brede Johansen, fixed INVERSE_VIEW_MATRIX_UNIFORM enum value. --- include/osgUtil/SceneView | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/SceneView b/include/osgUtil/SceneView index cce735fb5..0e5e5fdfb 100644 --- a/include/osgUtil/SceneView +++ b/include/osgUtil/SceneView @@ -129,7 +129,7 @@ class OSGUTIL_EXPORT SceneView : public osg::Referenced, public osg::CullSetting FRAME_TIME_UNIFORM = 0x2, DELTA_FRAME_TIME_UNIFORM = 0x4, VIEW_MATRIX_UNIFORM = 0x8, - INVERSE_VIEW_MATRIX_UNIFORM = 0x16, + INVERSE_VIEW_MATRIX_UNIFORM = 0x10, DEFAULT_UNIFORMS = FRAME_NUMBER_UNIFORM | FRAME_TIME_UNIFORM | DELTA_FRAME_TIME_UNIFORM |