Link to home
Start Free TrialLog in
Avatar of trielu
trielu

asked on

3ds Max

My problem is, I have to finish a project, but I 've got no idea how.
I am supposed to program a certain object into an Open Gl based C++ code.
Is it possible to use 3Ds Max to creat(draw) the object, and then use it somehow??
Would be great if someone could help.

Chris.
Avatar of fl0yd
fl0yd

You can use just about any graphics package to produce graphics. But it isn't as easy as creating the graphics and just load it in your application -- your application will have to parse through the file, extracting the information of interest and convert it to your proprietary data structures. With OpenGL there are a lot of resources on the web, tutorials as well as source, that describe how to go about it. Beware though, it is a rather complex task.

.f
Avatar of trielu

ASKER

Are there any tutorials particular fro this?
ASKER CERTIFIED SOLUTION
Avatar of fl0yd
fl0yd

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial