Project

General

Profile

Actions

Bug #438

open

Camera targets are not exported

Added by zekant over 11 years ago.

Status:
New
Priority:
Normal
Assignee:
Target version:
-
Start date:
11/12/2012
Due date:
% Done:

0%

Estimated time:

Description

I took the liberty of creating a redmine account and report a bug for the exporter.
BTW congrats on the exporter, i love it so far !

When exporting target cameras, only the node for the camera is exported, but not the target.

Instead of

<node name="Camera001" id="10" isTarget="false">
<position x="-3.53007" y="1.54404" z="6.7492e-008" />
<rotation qx="0.146789" qy="0.691703" qz="0.146789" qw="-0.691703" />
<scale x="1" y="1" z="1" />
<camera name="Camera001" id="11" fov="0.785398">
<clipping near="0.0254" far="25.4" />
</camera>
</node>

It would look like:

<node name="Camera001">
<position x="2.60332" y="1.83815" z="-11.9143" />
<scale x="0.0412225" y="0.0412225" z="0.0412225" />
<rotation qx="0.000411043" qy="-0.998068" qz="0.00664079" qw="0.0617772" />
<camera name="Camera001" fov="1.37433">
<clipping near="0.0254" far="132.212" />
</camera>
<trackTarget nodeName="Camera001.Target">
<localDirection x="0" y="0" z="-1" />
</trackTarget>
</node>
<node name="Camera001.Target">
<position x="3.2468" y="1.90759" z="-6.73618" />
<scale x="0.0412225" y="0.0412225" z="0.0412225" />
<rotation qx="0" qy="-0.0941012" qz="4.1133e-009" qw="0.995563" />
</node>

No data to display

Actions

Also available in: Atom PDF