E
E
Evgeny Petryaev2019-10-31 17:22:34
3D
Evgeny Petryaev, 2019-10-31 17:22:34

What library to load 3D objects in c++ from modeling programs?

The plan is to draw a model in 3D MAX, then load it into a C++ program?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Slavik KENNY, 2019-11-01
@Slavik_Kenny

You cannot load the max file directly, in any case, you will load what you export from it (or from any other package).
And what format you choose for export - that you will have to download.
There are quite open formats, the same 3DS or Obj are essentially text files, examples of parsers for obj are full of Google.
In any case, I recommend that you familiarize yourself with them - you will understand how these files are arranged and how the models are represented in memory (vertex indices, polygons, texture coordinates, etc.), it will be much clearer what happens next in openGL.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question