Hi,

I am on Win 7, osg 3.0.1
When writing out files which include a osgAnimation::RigGeometry to the new formats osgb, osgt, osgx and playing these files in the osganimationviewer, I get these messages in the CommandPrompt:

InputStream::readObject(): Unsupported wrapper class osg::ComputeBoundingBoxCallback
InputStream::readObject(): Unsupported wrapper class osg::UpdateCallback

The problem seems to come from these lines ( found in osgt file ), which are not present in the old osg file format.

osgAnimation::RigGeometry {
  UniqueID 26
  DataVariance DYNAMIC
  ComputeBoundingBoxCallback TRUE {
    osg::ComputeBoundingBoxCallback {
      UniqueID 27
    }
  }
  SupportsDisplayList FALSE
  UseVertexBufferObjects TRUE
  UpdateCallback TRUE {
    osg::UpdateCallback {
      UniqueID 28
    }
  }
}

The problem is re-constructable with the osganimationskinning example, writing it to disk and reading back into osganimationviewer.

So far no visual problem is noticeable, only the annoying error messages.

Cheers, PP
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to