-
光线追踪程序
光线追踪程序,对初学者来说有一定的借鉴意义,有OpenGL库的可以直接运行,没有的话需要自己配置相关
环境,但是release里编译好的exe可以直接查看效果。
- 2022-06-16 07:12:15下载
- 积分:1
-
ball OpenGL display
OPENGL球体显示-ball OpenGL display
- 2022-03-24 10:39:58下载
- 积分:1
-
OpenGL实现旋转、平移、缩放与贴图
OpenGL立方体在世界坐标系中实现缩放、旋转、平移、顶点片源着色器、光照作用、棋盘纹理贴
- 2022-04-06 19:31:56下载
- 积分:1
-
OpenGL库 行业领域中最为广泛接纳的 2D/3D 图形
OpenGL™ 是行业领域中最为广泛接纳的 2D/3D 图形 API, 其自诞生至今已催生了各种计算机平台及设备上的数千优秀应用程序。OpenGL™ 是独立于视窗操作系统或其它操作系统的,亦是网络透明的。在包含CAD[2] 、内容创作、能源、娱乐、游戏开发、制造业、制药业及虚拟现实等行业领域中,OpenGL™ 帮助程序员实现在 PC、工作站、超级计算机等硬件设备上的高性能、极具冲击力的高视觉表现力图形处理软件的开发。
- 2023-09-05 04:15:04下载
- 积分:1
-
Use vc++ And openGL development fireworks effects, have all kinds of fireworks.
利用vc++和openGL开发的烟花效果,有各类烟花。-Use vc++ And openGL development fireworks effects, have all kinds of fireworks.
- 2023-01-27 12:05:03下载
- 积分: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
-
虚拟现实技术――Creator纹理制作学习
虚拟现实技术――Creator纹理制作学习-Virtual Reality Technology- Creator texture production of learning
- 2022-02-05 20:49:30下载
- 积分:1
-
code, you must use the OpenGL glut.h header file, tarball contain glut.h use
图象拼接代码,必须使用OpenGL的glut.h header file,压缩档内含有glut.h使用说明-code, you must use the OpenGL glut.h header file, tarball contain glut.h use
- 2023-03-17 23:40:03下载
- 积分:1
-
opengl例子2
opengl例子2-opengl example 2
- 2022-04-12 20:03:32下载
- 积分:1
-
Computer Graphics OPENGL robot to do with VC
计算机图形学OPENGL
用VC做的机器人-Computer Graphics OPENGL robot to do with VC
- 2022-03-23 03:18:19下载
- 积分:1