Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

How do I export 3ds max objects to my c++ program

  • 27-02-2008 3:32pm
    #1
    Registered Users, Registered Users 2 Posts: 7


    Hi,
    I am writing a c++ program with opengl. I have created some objects in 3d studio max and I was wondering if anyone could tell me how to export them so that I can use them in my program?
    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 1,481 ✭✭✭satchmo


    Exporting as a .3DS and using lib3ds is probably your best bet.

    Small edit to fix the link E.P.


  • Registered Users, Registered Users 2 Posts: 2,082 ✭✭✭Tobias Greeshman


    You just need to parse the file, I remember doing this before, there's not much to it. Gets a bit more complex with lighting normals and textures. But for getting the poly info then it's fine.

    I think there's a tutorial on this over at http://nehe.gamedev.net


Advertisement