Hi I'm trying to load a cal3D model using the osgDB::readNodeFile call.
My file looks like this:

MatrixTransform {
  DataVariance STATIC
  name "Scene Root"
  nodeMask 0xff
  cullingActive TRUE
  StateSet {
    UniqueID StateSet_0
    DataVariance STATIC
    rendering_hint DEFAULT_BIN
    renderBinMode INHERIT
    GL_LIGHTING ON
  }
  referenceFrame RELATIVE
  Matrix {
    1 0 0 0
    0 1 0 0
    0 0 1 0
    0 0 0 1
  }
  num_children 1
  CoreModel {
    skeleton "human.csf"
    animation "walk.caf"
    mesh "body.cmf"
    material "body.crf"    
  }

Unfortunately the reader doesn't seem to trigger on the "CoreModel"
string.
If I replace it with osgCal::CoreModel it also doesn't trigger.

Anyone experience with this?

Thanks,

Michel

This e-mail and its contents are subject to the DISCLAIMER at 
http://www.tno.nl/disclaimer/email.html
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to