Added support for osg::State::s/getInitialViewMatrix();
Added slideshow3D examples to the runexamples.bat. Fixed DatabasePager to work with the latest OpenThreads.
This commit is contained in:
@@ -23,6 +23,7 @@ State::State()
|
||||
{
|
||||
_contextID = 0;
|
||||
_identity = new osg::RefMatrix(); // default RefMatrix constructs to identity.
|
||||
_initialViewMatrix = _identity;
|
||||
_projection = _identity;
|
||||
_modelView = _identity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user