Added CoordinateSystem::s/getFormat().

This commit is contained in:
Robert Osfield
2004-06-09 15:00:03 +00:00
parent 893eaaa3f4
commit a8ce6b01d6
6 changed files with 46 additions and 14 deletions

View File

@@ -144,6 +144,8 @@ void ClusterCullingCallback::set(const osg::Vec3& controlPoint, const osg::Vec3&
bool ClusterCullingCallback::cull(osg::NodeVisitor* nv, osg::Drawable* , osg::State*) const
{
return false;
if (_deviation<=-1.0f)
{
// osg::notify(osg::NOTICE)<<"ClusterCullingCallback::cull() _deviation="<<_deviation<<std::endl;