Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个在 VC++ 中使用 OpenGL 创建的棋盘。我从其他地方下载了 3ds 模型的棋子。我正在尝试将这个 3ds 模型放在板上。帮我放置可以在鼠标交互时翻译的对象。
OpenGL“仅仅是”一个绘图API(虽然功能强大)。OpenGL不加载3ds模型,但您当然可以使用3ds文件加载器/解析器加载3ds文件并将提取的数据提供给OpenGL。