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:
@@ -259,6 +259,8 @@ void View::setUpViewOnSingleScreen(unsigned int screenNum)
|
||||
|
||||
void View::assignSceneDataToCameras()
|
||||
{
|
||||
osg::notify(osg::NOTICE)<<"View::assignSceneDataToCameras()"<<std::endl;
|
||||
|
||||
osg::Node* sceneData = _scene.valid() ? _scene->getSceneData() : 0;
|
||||
|
||||
if (_cameraManipulator.valid())
|
||||
|
||||
Reference in New Issue
Block a user