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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user