Fixed osg::Camera::getModelViewMatrix() so that it handles the EYE_TO_MODEL
transform correctly. Fixed warning in ClipNode.cpp.
This commit is contained in:
@@ -91,7 +91,7 @@ const bool ClipNode::removeClipPlane(unsigned int pos)
|
||||
}
|
||||
else
|
||||
{
|
||||
return NULL;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user