Hi experts,
I am working on a project where I dynamically need to load 3d models ( without animation). Let us say I have a menu where i can choose the model to load at any time i want. For this project,
- i want to know what is the best format to export my models from 3d applications? I’ve done some tests in 3DS and OBJ so far.
- Using OBJ, if this is a proper format, how do i set the information for the textures and colors etc. I know that a mtl file is generated which contains the information, but when i run my project, I can’t see the textures or colors.
I’ve tried to apply a texture ( simple image) via AS3 to the loaded object, it works, but my objects will be quite complex and are built using several textures in the 3d application.
- How do i export a single texture from 3Ds MAX for my whole object? I’ve seen examples of images with all information in a single image.
Thank you for your support.