-
该程序使用vc6.0,能够很方便的加载3d模型!
该程序使用vc6.0,能够很方便的加载3d模型!-The procedure used vc6.0, very convenient to be able to load the 3d model!
- 2023-01-09 17:45:03下载
- 积分:1
-
OpenGL三维图形开发环境设计三
OpenGL三维图形开发环境 OpenGL三维图形开发环境设计-OpenGL 3D OpenGL graphics development environment designed three-dimensional graphics development environment
- 2022-03-10 17:53:50下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-09-23 15:30:02下载
- 积分:1
-
本书详细介绍了OpenGL OpenGL
基于opengl的opengl书籍设计
- 2022-05-22 02:08:06下载
- 积分:1
-
使用OpenGL进行开发,阅读3dsmax输出ASE文件
利用DELPHI进行OPENGL开发,读取3DSMAX输出的ASE文件-use OpenGL for development, reading 3DSMAX output ASE paper
- 2023-08-07 01:15:03下载
- 积分:1
-
计算机图形学 机器人 要求 会动 运动
计算机图形学 机器人 要求 会动 运动-computer graphics requirements would move robot movement
- 2022-03-06 04:28:29下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-07-10 02:44:39下载
- 积分:1
-
关于隐藏线消除的代码示例,通过鼠标惦点击显示所选物体z
关于隐藏线消除的代码示例,通过鼠标惦点击显示所选物体z-buffer数值等相关参数-hidden line elimination of the code examples, by clicking on the mouse Dian show selected objects z-buffer numerical parameters related
- 2022-07-09 10:51:14下载
- 积分:1
-
使用opengl开发的天空和水的效果,内附源码
使用opengl开发的天空和水的效果,内附源码-Use opengl development of the effects of sky and water, enclosing the source
- 2022-03-22 15:53:07下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1