From Tree, changes to better support Java binding generation

This commit is contained in:
Robert Osfield
2004-09-28 09:14:04 +00:00
parent 0c24cf48b8
commit 5747773096
23 changed files with 40 additions and 37 deletions

View File

@@ -37,7 +37,7 @@ class LightPointSystem : public osg::Object
osg::Object( lps, copyop ), _intensity( lps._intensity ), _animationState( lps._animationState )
{ }
META_Object( osgSim, LightPointSystem )
META_Object( osgSim, LightPointSystem );
typedef enum {
ANIMATION_ON,