-
nehe源码
唐明里的OpenGL编3D游戏实例源代码-Tang" s OpenGL for 3D game code example 文件列表(日期:1998032608~2009101703)
- 2022-01-25 23:02:33下载
- 积分:1
-
在C++中使用OpenInVentor实现三维二维的图形显示以及变换操作.
在C++中使用OpenInVentor实现三维二维的图形显示以及变换操作.-In the C++ Use OpenInVentor realize three-dimensional two-dimensional graphics display and transform operations.
- 2022-02-02 16:48:37下载
- 积分:1
-
opengl地形
VC++编写的opengl例子,实现了三维地形的渲染,可以进行漫游等操作,是一个学习opengl的不错的例子
- 2022-12-23 15:00:03下载
- 积分:1
-
一个聊天开发的文件,没有全看。OPENGL的。要大家一起学习
一个聊天开发的文件,没有全看。OPENGL的。要大家一起学习-VS
- 2022-03-22 02:54:37下载
- 积分:1
-
在Opengl文件中程序avi文件的程序
在Opengl文件中程序avi文件的程序-in Opengl document procedures avi documentation procedures
- 2022-03-05 09:13:03下载
- 积分:1
-
OpenGL(R) 1.1 Release for Windows(R) 95
OpenGL(R) 1.1 Release for Windows(R) 95
---------------------------------------
1. OpenGL Functionality Notes
2. Redistributable components for Windows 95
-OpenGL (R) Release 1.1 for Windows (R) 95--------------------------------------- 1. O penGL Functionality Notes 2. Redistributable components for Windows 95
- 2022-12-04 03:50:03下载
- 积分:1
-
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的...
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
- 2022-03-06 02:57:05下载
- 积分:1
-
environment in MDI use graphics library
在MDI环境中使用图形库-environment in MDI use graphics library
- 2022-02-21 18:43:54下载
- 积分:1
-
visual c++ 6.0 和OpenGL 生成地形
visual c++ 6.0 和OpenGL 生成地形-visual c 6.0 and OpenGL generated terrain
- 2022-12-24 10:25:04下载
- 积分:1
-
opengl实现鼠标旋转、移动物体
//#include"Qua.h";
#include
#include
using std::cout;
using std::endl;
void DrawCube( int * a, int * b, int * level )
{
glPolygonMode( GL_FRONT_AND_BACK, GL_LINE );
glLineWidth(1.0f);
glEnable( GL_LINE_STIPPLE );
glLineStipple(1, 0x0F0F);
- 2022-05-19 01:44:26下载
- 积分:1