Removed the exclusion of CullSettings from the genwrapper.conf, and then changed the CullStack RefMatrix& methods to RefMatrix*
as the RefMatrix& versions caused the wrappers to fail.
This commit is contained in:
@@ -257,7 +257,7 @@ void OverlayNode::traverse(osg::NodeVisitor& nv)
|
||||
|
||||
_texgenNode->accept(*cv);
|
||||
|
||||
const osg::Matrix modelView = (cv->getModelViewMatrix());
|
||||
const osg::Matrix modelView = *(cv->getModelViewMatrix());
|
||||
osg::Polytope viewTextureFrustum;
|
||||
viewTextureFrustum.setAndTransformProvidingInverse(_textureFrustum, osg::Matrix::inverse(modelView));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user