-
OpenGL编程10个实例
OpenGL编程10个实例-OpenGL programs 10 examples
- 2022-04-13 10:56:17下载
- 积分:1
-
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的且透明处理
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的且透明处理-This is the third example OPENGL, realize the mouse to make rotating objects and transparent treatment
- 2022-02-24 22:44:17下载
- 积分:1
-
包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多...
包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做通用处理。还包含一个OpenGL教程-including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.. Because of the limited energy, the original code did not make any notes. To simplify programming for consideration, in many places designated constant, GM declined to handle. Also includes an OpenGL Guide
- 2022-02-16 10:01:15下载
- 积分:1
-
OpenGl的例子
OpenGl的例子-OpenGl
- 2022-08-12 14:29:23下载
- 积分:1
-
历史上阴影检测算法的归纳总结,对初学和使用阴影检测很有帮助...
历史上阴影检测算法的归纳总结,对初学和使用阴影检测很有帮助-
The history of the shadow detection algorithm summary of the learning and use of shadow detection very helpful
- 2022-05-18 08:53:39下载
- 积分:1
-
该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享...
该代码是游戏编程光盘中所带,里面讲述了如何用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-05-21 05:04:52下载
- 积分:1
-
基于osg和vc2005的漫游实例,其中实现了碰撞检测的功能,希望能对osg的初学者有一点借鉴的作用...
基于osg和vc2005的漫游实例,其中实现了碰撞检测的功能,希望能对osg的初学者有一点借鉴的作用-Based on the OSG and the roaming vc2005 example, which achieved a collision detection function, hoping to OSG beginner to learn from the role it
- 2022-03-09 17:35:29下载
- 积分:1
-
nehe的opengl教程第43课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第43课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 43rd Division, nehe the tutorial is very well known, is essential for beginners
- 2022-02-09 17:23:00下载
- 积分:1
-
计算机图形学OpenGL VC++可以运行,但需要文件支持
计算机图形学 opengl VC++ 可以直接运行 但是需要文件支持-Computer graphics opengl VC++ can run, but need to file support
- 2022-07-13 00:24:57下载
- 积分:1
-
OpenGL场景漫游
用 openGL 绘制一个虚拟教室场景。要求实现视角可变化以及漫游功能,教
室里的物品不少于五件。运用 openGL 图形库函数,基于 visualc++6.0 平台绘制一个虚拟教室的步骤大概如下:
1. 首先建立起一个教室的整体框架,即画出一个空间坐标系中的长方体,当然四个面
均可使用 GL_QUADS 来实现,只要定下教室的大小以及在空间坐标系中的位置,即
可定下八个顶点坐标。
这是我绘制教室这个大场景的部分代码截图:
- 2022-11-23 22:40:14下载
- 积分:1