Jan Ciger wrote:
Roger James <ro...@beardandsandals.co.uk> wrote:
  
 Frederic Marmond wrote:
Hello world,

I'm trying to load some collada files from osg, using osgviewer,
recent trunk version on msvc8.
I tried on those found on the collada-dom package
(collada-dom/dom/test/1.4/data/*.dae ), but only one (cube.dae) is
really loading. Some crash (segfault), some display an empty scene,
and others don't find any scene at all.
Aren't those data files considered as reference ones ?
    

The plugin works ok for me, but make sure that the transparency in your files 
is correct. It is likely that it was exported wrong (reversed) and the scene 
is actually displayed, but all transparent. E.g. the default Blender plugin 
and Google Sketchup export it incorrectly reversed.

An easy way to check for this is to use osgconv and convert the dae file into 
an osg file - if the data are there but you cannot see them, it is the 
transparency problem.

Regards,

Jan
  
Jan,

The latest version of Sketchup now gets it the right way round. However that now breaks a fix that I put in some time ago. This fix checks for the string "Google Sketchup" in the <authoring_tool> field at the start of the dae document. So you can defeat it by changing that to something else. I was going to back out this fix in the trunk once the major changes regarding animation etc. have been integrated. Do you know if the Blender export is still broken.

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

Reply via email to