diff --git a/components/nifosg/controller.cpp b/components/nifosg/controller.cpp index 8f8b5003c..4dfa4b304 100644 --- a/components/nifosg/controller.cpp +++ b/components/nifosg/controller.cpp @@ -239,7 +239,7 @@ void GeomMorpherController::update(osg::NodeVisitor *nv, osg::Drawable *drawable } } - morphGeom->transformSoftwareMethod(); + // morphGeometry::transformSoftwareMethod() done in cull callback i.e. only for visible morph geometries } UVController::UVController()