| Author |
Message
|
| ilovephp |
Posted: Fri Mar 19, 2010 2:12 am Post subject: COLLADA Texture problem |
|
|
Joined: 11 Mar 2010 Posts: 5
|
HI
I import collada.
mesh data gets loaded properly, but texture data is not shown.
this is my data file
how can I assign that texture?
Thanks in advance!!
Regards |
|
| Back to top |
|
 |
| ALicu |
Posted: Fri Mar 19, 2010 9:36 am Post subject: |
|
|
Joined: 12 Feb 2007 Posts: 1257
|
Hi,
We've tested the file and it seems that it is a skinnable character (animated mesh). So the problem relies in the fact the Grome importer was designed to read static (normal) meshes from Collada, while your character, while it doesn't contain any animations, its material (and thus its image) is referred from a skin block which the importer doesn't know how to parse.
I recommend to re-export the object from 3DS Max, but this time to remove the skin modifiers from it and assign the texture as normal diffuse material.
Let me know if you succeed to re-export the mesh or you need additional help.
Regards,
Adrian L. |
|
| Back to top |
|
 |
| ilovephp |
Posted: Fri Mar 19, 2010 3:11 pm Post subject: |
|
|
Joined: 11 Mar 2010 Posts: 5
|
HI....
Now everything works fine.
thank you for reply |
|
| Back to top |
|
 |
|
|