-
opengl游戏编程 书中实例的第5章代码
opengl游戏编程 书中实例的第5章代码-opengl game programming book, Chapter 5 of the code examples
- 2023-04-30 18:35:04下载
- 积分:1
-
利用OpenGL函数可以实现简单动画,代码简洁占用系统资源也少。该程序运行时,窗口中的正方体可以绕中心自由旋转。...
利用OpenGL函数可以实现简单动画,代码简洁占用系统资源也少。该程序运行时,窗口中的正方体可以绕中心自由旋转。-OpenGL function can use simple animation, concise code occupy less system resources. The program runs, the cube window can freely rotating around its center.
- 2022-07-17 02:57:58下载
- 积分:1
-
OpenGL 斯坦福兔子
资源描述图形学作业,mfc多文档使用OpenGL,读取ply文件生成斯坦福兔子,可旋转平移缩放
- 2022-02-14 02:25:21下载
- 积分:1
-
3d robot hand made by mfc. use 1
通过mfc制作的3d机械手臂,可以通过1-6不同数字键来移动或旋转手臂不同位置,通过q和e来左右移动屏幕,通过鼠标滑鼠来改变屏幕图像大小.-3d robot hand made by mfc. use 1-6 number to move or rotate different position of it, q and e to move the scene left or right, mouse slip to change the size of it
- 2022-11-22 00:45:03下载
- 积分:1
-
基于MFC的opengl读取obj文件以及求取模型法向量
此代码已经亲测,绝对真实可用,不仅可以读取三维模型,还有pcl求取法向量的方法!
注释很详细,大家应该都能看懂
- 2023-04-06 02:40:19下载
- 积分:1
-
OpenGL加载obj模型
在Win32 OPENGL环境下采用面向对象的思想,编程实现的导入OBJ文件并显示其模型的代码。提供给学习用途。
- 2022-12-25 18:25:05下载
- 积分:1
-
opengl教程,very good ,欢迎对opengl感兴趣的人来下载
opengl教程,very good ,欢迎对opengl感兴趣的人来下载-opengl
- 2022-01-20 23:00:32下载
- 积分:1
-
利用MFC开发的OpenGL开发包.有例子程序
利用MFC开发的OpenGL开发包.有例子程序-use OpenGL development kits. Are examples of procedures
- 2022-11-10 22:20:08下载
- 积分:1
-
使用OpenGL行程序
#include #include #include #include #include#define INCR 1#define DECR -1#define PREDX 1#define PREDY 0int dx,dy,e,e_inc,e_noinc;int main(void){ int xa,ya,xb,yb,i;
- 2022-10-11 09:55:03下载
- 积分:1
-
OpenGL实现在三维场景下的漫游
采用OpenGL实现在三维场景下的漫游,通过右键可以切换不同的场景
- 2023-07-08 11:10:04下载
- 积分:1