SamerK
Member
|
in-code 3d file importing issue after the latest update!
Hi,
I'm using the in-code 3d files importer in my project. it used to import meshes + textures fine but after the latest update(source) I can import only meshes without textures!. I found that no data was transferred to Memp<XAnimation> animations,
Memp<XMaterial> materials,
Memp<Int> part_material_index) during the importing process.
Please advice.
thanks
(This post was last modified: 08-01-2014 11:19 PM by SamerK.)
|
|
08-01-2014 10:46 PM |
|
Esenthel
Administrator
|
RE: in-code 3d file importing issue after the latest update!
Hi,
Can you please attach some sample code to how are you calling this?
Perhaps you're using an empty Memp as the parameter? (Memp is just a pointer)
Please try Memc/Memt
|
|
08-04-2014 03:55 AM |
|
SamerK
Member
|
RE: in-code 3d file importing issue after the latest update!
Thanks Esenthel, it worked by changing Memp to Memc. this was an easy fix but hard to notice(at least for me )
|
|
08-04-2014 01:49 PM |
|