i want to import texture and material from 3d model created in 3ds max to opengl. How can i do that?
texture import from 3ds max to opengl
Started by badsha6642, Jan 19 2012 03:56 AM
3d android opengl-es textures
3 replies to this topic
#1
Posted 19 January 2012 - 03:56 AM
#2
Posted 19 January 2012 - 09:02 AM
I myself don't use opengl, but assimp has examples of loading models in opengl and uses devIL for textures, might be worth looking into, it's been a great help in dx(though still haven't gotten to the aniamtion stage of use with it). not sure on the versions of 3dsmax(.3ds,.ase) imports it supports but it's been great for the imports I've used and might be useful to you. sorry if it doesn't help/not relevant.
#3
Posted 19 January 2012 - 10:55 AM
You will not usually be able to read 3ds max files directly. They are very complex and undocumented. Instead you would export your model and textures, etc. to some standard format. I'm not sure what the state of the art is for meshes and materials, perhaps Collada. But textures should just be image files, like PNG or JPEG. SDL can load most popular image formats.
#4
Posted 06 February 2012 - 10:48 AM
Pick up this book: http://www.amazon.co...t/dp/1592000339
it will show you how to do exactly what you are looking for.
it will show you how to do exactly what you are looking for.
C++, 3D OpenGL and Game Programming video tutorials:
www.MarekKnows.com
Play my free games: Ghost Toast, Zing
www.MarekKnows.com
Play my free games: Ghost Toast, Zing
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











