lesliejaneth / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

Camera target field contains name not ID of corresponding node #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a scene with a targeted camera
2. Export using any version of OpenCollada
3. Check the camera -> extra -> technique -> target field

What I expect to find there is the ID of the node that stores target matrix. 
What I find is the name of the field, which I can't resolve with. 

<library_cameras>
    <camera id="Camera01-camera" name="Camera01">
      <optics>
        <technique_common>
          <perspective>
          ....
          </perspective>
        </technique_common>
      </optics>
      <extra>
        <technique profile="OpenCOLLADA3dsMax">
          <target>#Camera01.Target</target>
        </technique>
      </extra>
    </camera>
  </library_cameras>

and

<node id="node-Camera01.Target" name="Camera01.Target">
    <matrix>...</matrix>
</node>

This occurs on the latest stable build available for download via the website 
(1.2.5) and the latest download from Google Code (1.3.0rc).

Original issue reported on code.google.com by pdu...@gmail.com on 5 Aug 2010 at 10:49

GoogleCodeExporter commented 8 years ago
Verified. The OpenCOLLADA3dsMax profile is no yet fully specified.

Original comment by opencollada on 6 Aug 2010 at 6:31

GoogleCodeExporter commented 8 years ago

Original comment by opencollada2@googlemail.com on 25 Jan 2011 at 12:18