About Store Forum Documentation Contact



Post Reply 
in-code 3d file importing issue after the latest update!
Author Message
SamerK Offline
Member

Post: #1
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
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
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
Find all posts by this user Quote this message in a reply
SamerK Offline
Member

Post: #3
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 wink )
08-04-2014 01:49 PM
Find all posts by this user Quote this message in a reply
Post Reply