Hi @ all,

I'm working on an project for importing the COLLADA models out of a
KML file into OSG.
Reading of needed attributes and coordinate transformation works fine
with GDAL/OGR library and invoking the OSG plugin for importing
COLLADA .dae files works almost perfect too...
I'm using OSG 2.1.7 with COLLADA DOM 1.4.1


I found two things that seem not yet implemented in the COLLADA plugin:
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

1) Models with colors instead of textures applied show up black with
some displaying errors (flickering faces)

2) Model scaling does not take unit specification inside COLLADA into
account. I have to scale models manually afterwards.

<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema"; version="1.4.1">
   <asset>
      <contributor>
         <authoring_tool>Google SketchUp 6.0.515</authoring_tool>
      </contributor>
      <created>...</created>
      <modified>...</modified>
      <unit name="inches" meter="0.0254"/>


When I open the models with GoogleEarth all is fine. They display in
correct colors and at correct scale.
Is there a commandline option in the COLLADA plugin to set the "target
unit" for resolving issue 2 ??
E.g. I want "meters" and every different unit it converted to that
(e.g. inch, millimeter).

Are there updates in the COLLADA plugin from OSG 2.1.7 to 2.2.0 ??
Of course I would like to "never change a running system" :)

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

Reply via email to