Fixed osg::Camera::getModelViewMatrix() so that it handles the EYE_TO_MODEL

transform correctly.

Fixed warning in ClipNode.cpp.
This commit is contained in:
Robert Osfield
2002-05-07 11:44:24 +00:00
parent 8d48cc8dd7
commit 60fe01dafa
2 changed files with 16 additions and 11 deletions

View File

@@ -91,7 +91,7 @@ const bool ClipNode::removeClipPlane(unsigned int pos)
}
else
{
return NULL;
return false;
}
}