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:
Robert Osfield
2003-07-22 21:03:59 +00:00
parent 00e7e10a26
commit ee30f2e30c
5 changed files with 20 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ State::State()
{
_contextID = 0;
_identity = new osg::RefMatrix(); // default RefMatrix constructs to identity.
_initialViewMatrix = _identity;
_projection = _identity;
_modelView = _identity;