-
opengl地形
VC++编写的opengl例子,实现了三维地形的渲染,可以进行漫游等操作,是一个学习opengl的不错的例子
- 2022-12-23 15:00:03下载
- 积分:1
-
使用OpenGl实现的霓虹效果。需要OpenGL开发库支持。共有三个例子...
使用OpenGl实现的霓虹效果。需要OpenGL开发库支持。共有三个例子-use OpenGl achieve neon effect. Need to support the development of OpenGL. There are three examples
- 2022-02-09 20:16:26下载
- 积分:1
-
nehe教程源代码,全部来自官方网站,对初学者有很大帮助,有关nehe的教程可以在本站下载得到。...
nehe教程源代码,全部来自官方网站,对初学者有很大帮助,有关nehe的教程可以在本站下载得到。-Tutorial nehe source code, all from the official website of great help for beginners, the tutorials can nehe download site.
- 2022-04-08 23:50:09下载
- 积分:1
-
整合,利用数值食谱
#include < math.h >
#define EPS 1.0e-6
#define JMAX 20
#define JMAXP (JMAX + 1)
#define K 5
NRANSI #define
/ * #include"nrutil.h"* /
浮 qromb (浮法 (* func)(float)、 浮浮法 a、 b)
{
void polint (浮 xa []、 浮震遐 [],int n、 浮 x 浮法 * y、 浮动 * dy) ;
浮 trapzd (float (* func)(float)、 浮法 a、 浮法 b、 int n) ;
void nrerror (char error_text[]) ;
浮法 ss,决策支持系统 ;
- 2022-02-04 15:05:42下载
- 积分:1
-
使用js的方式实现flash的效果,
使用js的方式实现flash的效果,-implement flash using js
- 2022-03-26 04:27:43下载
- 积分:1
-
opengl游戏编程 书中实例的第5章代码
opengl游戏编程 书中实例的第5章代码-opengl game programming book, Chapter 5 of the code examples
- 2023-04-30 18:35:04下载
- 积分:1
-
a template cache examples overseas./** Example program demonstrating the use of...
一个模板缓存的例子,值得一看。/* * Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11. */-a template cache examples overseas./** Example program demonstrating the use of glStencilFunc and glStencilOp to cut away the middle of a cube for Chapter 11.* /
- 2022-02-04 23:20:56下载
- 积分:1
-
openGL实现的物体的布尔运算
资源描述
本实验主要利用OpenGL完成两个物体的加(或)、减(和)运算。
该实验利用二次曲面完成球、圆盘和圆锥的绘制。通过模板测试和深度测试来完成两个物体的加(或)、减(和)运算。设置菜单,并把右键和菜单相关联,来选择所要进行的操作。
- 2022-03-24 00:27:47下载
- 积分:1
-
OpenGL最简单程序
OpenGL 是一种强大的三维图形开发工具, 是图形硬件的软件接口,它由大约250 个命令组成,用户通过这些命令指定创建交互式 2D
或3D 程序所需的几何对象和操作. 从本质上说, 它是一个 3D 图形和模型库,独立于操作系统和硬件环境,具有高度的可移植性, 并且
具有非常快的速度. OpenGL 严格按照计算机图形学原理设计而成,符合光学和视觉原理, 可以创建极其逼真的3D 图像,许多三维演示
系统都用OpenGL 作为三维图象生成和控制的编程接口。
- 2022-08-16 18:33:12下载
- 积分:1
-
实现碰转的绘制,并且有流动的效果,效果很好
实现碰转的绘制,并且有流动的效果,效果很好-Realize touch to the drawing, and has the effect of the flow, very good
- 2022-07-12 02:10:35下载
- 积分:1