[osg-users] BUG report : osgAnimation::RigGeometry Serializer ( minor )

2011-10-13 Thread PP CG

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


[osg-users] BUG report : osgAnimation::RigGeometry Serializer ( minor )

2011-10-13 Thread PP CG

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.

This is a repost, as the previous post  ended up at the wrong place, sorry.

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