-
一个OPENGL的例子,适合初学OPENGL的朋友练习。
一个OPENGL的例子,适合初学OPENGL的朋友练习。-an OpenGL examples, suitable for beginners to practice OpenGL friends.
- 2022-01-25 19:54:29下载
- 积分:1
-
c#下的opengl编程程序
c#下的opengl编程程序-the opengl programming procedures
- 2022-01-31 15:02:05下载
- 积分:1
-
OpenGL 斯坦福兔子
资源描述图形学作业,mfc多文档使用OpenGL,读取ply文件生成斯坦福兔子,可旋转平移缩放
- 2022-02-14 02:25:21下载
- 积分:1
-
OpenGL MUST Project 1[Polyline Editor] use Array of C++
// student name:
// student ID:
// date:
/*#include "D:HomeworkOpenGLFinalCGLabGLUT_Toolkitglut.h"*/
#include
#include
#include
GLint ploypoint = 0;
GLint ployline=-1;
GLint height;
GLint choose=0;
GLint move_ployline,move_ploypoint;
struct Point
{
int x;
int y;
};
struct GLintPointArray
{
Point point[60];
};
GLintPointArray ploy[60];
void drawPointLine()
{
for (int i=0;i
- 2022-05-15 00:12:34下载
- 积分:1
-
in vc++ environment mapping Antialiasing type of wireframe cube, the cube can be...
在vc++环境下绘制反走样的线框型立方体,可以实现立方体的放缩。-in vc++ environment mapping Antialiasing type of wireframe cube, the cube can be achieved Zooming.
- 2022-03-20 22:50:14下载
- 积分:1
-
nehe源码
唐明里的OpenGL编3D游戏实例源代码-Tang" s OpenGL for 3D game code example 文件列表(日期:1998032608~2009101703)
- 2022-01-25 23:02:33下载
- 积分:1
-
OPENGL相机视图用法
本程序用在vs2010框架下用OPENGl编写,能对相机视图的用法有一个较清楚的说明。对opengl初学者有很大的帮助,主程序能输出相机视图的转换矩阵,且能自主设置需要输出的图形内容
- 2022-09-07 17:40:04下载
- 积分:1
-
在Visual C++ 6.0环境下,利用OpenGL开发的对单摆运动的仿真。
在Visual C++ 6.0环境下,利用OpenGL开发的对单摆运动的仿真。-in Visual C 6.0 environment, the development of the OpenGL pendulum movement of the simulation.
- 2022-01-22 10:45:21下载
- 积分:1
-
代码是一个光盘
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享-The code is a CD-ROM brought the game programming, which describes how to use OpenGL for game design. Want to have friends like to share
- 2022-02-25 22:26:01下载
- 积分:1
-
c#结合opengl的例子,实现简单的动画效果
c#结合opengl的例子,实现简单的动画效果-c# combination opengl examples and realize a simple animation effects
- 2022-04-13 13:08:13下载
- 积分:1