Вопрос

I have a chess board created using OpenGL in VC++. I have downloaded the chess pieces from elsewhere which has models in 3ds. I am trying to place this 3ds models on the board. Help me place the object which can be translated on mouse interaction.

Это было полезно?

Решение

OpenGL is "merely" a drawing API (though a powerfull one).OpenGL doesn't load 3ds models but you can of course load 3ds files using a 3ds file loader/parser and feed the extracted data to OpenGL.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top