Added support for DOFTransforms into .osg format, and add pivot point support

to the PositionAttitudeTransform .osg support.

Removed a double light reference in the osglight demo.
This commit is contained in:
Robert Osfield
2002-08-27 20:18:43 +00:00
parent 1f7b133eff
commit 55d4affded
6 changed files with 175 additions and 46 deletions

View File

@@ -147,8 +147,6 @@ osg::Node* createLights(osg::BoundingBox& bb,osg::StateSet* rootStateSet)
mt->addChild(lightS2);
mt->addChild(markerGeode);
lightGroup->addChild(lightS2);
lightGroup->addChild(mt);
return lightGroup;