2D content

Hello everyone

Collada is quite good format for 3D content,but I was wondering why there is no any 2D like content export from Collada?

For example I have make a sprite Image and two triangles to become a rectangle ,and change its UV,

so it looks like a 2D animation.

after I were trying to export such data from FBX and Collada…

They both don’t support this way.

so I have to make a tool to do this,and make format as below

<2DContent>
<Node Nmae=“abc” DataCount=“5” Time=“3” >
<Data Index=“0” Position=“-110.00,-130.00,0.00” Time=“0.000000” Size=“222.00,256.00” Angles=“7200.00,7200.00,7200.00” MaterialName=“BigWin” UV=“0,0,0.1,0.1” />
<Data Index=“1” Position=“-110.00,-130.00,0.00” Time=“0.000000” Size=“122.00,256.00” Angles=“3200.00,7200.00,3200.00” MaterialName=“BigWin” UV=“0,0,0.1,0.1” />
<Data Index=“2” Position=“-110.00,-130.00,0.00” Time=“0.000000” Size=“222.00,256.00” Angles=“7200.00,7200.00,7200.00” MaterialName=“BigWin” UV=“0,0,0.1,0.1” />
<Data Index=“3” Position=“-110.00,-130.00,0.00” Time=“0.000000” Size=“122.00,256.00” Angles=“3200.00,7200.00,3200.00” MaterialName=“BigWin” UV=“0,0,0.1,0.1” />
<Data Index=“4” Position=“-110.00,-130.00,0.00” Time=“0.000000” Size=“222.00,256.00” Angles=“7200.00,7200.00,7200.00” MaterialName=“BigWin” UV=“0,0,0.1,0.1” />
</Node>

&lt;Node.....&gt;
           &lt;Node .....&gt;
           &lt;/Node&gt;
&lt;/Node&gt;

</2DContent>

here is the link for clip

and

this contain tool and data inside

I would like to share this tool and format and if is possible Collada add 2D content would be excellent :slight_smile:

thanks for your share .i is useful to me