dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
474 stars 54 forks source link

How can I apply scaling, translation and rotation for a model #105

Open nkrao09 opened 6 years ago

nkrao09 commented 6 years ago

Hello Team, I'm able to load .obj and .3ds models using AssimpKit, but I couldn't find a way to apply scaling, translation and rotation to an object. Could you please help me out on this ?

Thanks.

burhanuddin353 commented 5 years ago

How did you load .3ds model? can you share a sample code?