code-google-com / opencollada

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

Maya 2011 - Fail to correctly load a model #147

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import a model with data set as below

<vertices id="Geometry-vertices">
<input semantic="POSITION" source="#GeometrySource" /> 
<input semantic="NORMAL" source="#GeometrySource1" /> 
<input semantic="TEXCOORD" source="#GeometrySource2" /> 
<input semantic="COLOR" source="#GeometrySource3" /> 
</vertices>
<triangles material="VisualMaterial0" count="1019">
<input semantic="VERTEX" source="#Geometry-vertices" offset="0" /> 
<p>[data]</p>

What is the expected output? What do you see instead?
model loaded.
model loads but UV's arn't loaded, it also affects any skinning working 
correctly.

What version of the product are you using? On what operating system?
OpenCollada 1.3rc Maya 2011 64bit, Win7 Ultimate 64bit

Please provide any additional information below.
model file has been exported using Fcollada

Original issue reported on code.google.com by Duffling...@gmail.com on 9 Dec 2010 at 10:55

GoogleCodeExporter commented 9 years ago

Original comment by opencollada2@googlemail.com on 19 Jan 2011 at 8:20