From Mike Wittman, "1. Disable suppression of osg::CullStack. I've been building the osgWrapper code successfully with this change on both Windows and Linux, but I believe you said you got some (unspecified) errors when you tried it before. If it still causes problems, could you post the errors so I can try to solve them?

2. Change osg::GraphicsContext from object-type to abstract-object-type.  The current setting is incorrect because the class is actually abstract."
This commit is contained in:
Robert Osfield
2007-04-06 14:38:23 +00:00
parent 511bc9d571
commit cfa545b728

View File

@@ -38,8 +38,6 @@ end
#############################################################################
suppress reflector "osg::CullStack"
ignore file "osgViewer/GraphicsWindowX11"
ignore file "osgViewer/GraphicsWindowWin32"
ignore file "osgViewer/GraphicsWindowCocoa"
@@ -290,7 +288,7 @@ configure reflector "osg::DeleteHandler"
end
configure reflector "osg::GraphicsContext"
object-type
abstract-object-type
end
#############################################################################