-
Jos Stam realize the
实现Jos Stam 的的源程序。也是2D烟雾模拟(基于物理模型)的重要参考程序。-Jos Stam realize the
- 2022-05-16 00:13:19下载
- 积分:1
-
opengl搭建的虚拟现实平台,模拟第一人称射击
opengl搭建的虚拟现实平台,模拟第一人称射击-opengl built virtual reality platform to simulate the first-person shooter
- 2022-02-01 07:20:59下载
- 积分:1
-
a rotating dizzy magic small chunks of the production process can be used as scr...
一个旋转的眩幻小方块的程序
可以作为制作一些屏幕保护程序的
初始例子-a rotating dizzy magic small chunks of the production process can be used as screen saver some of the initial example
- 2022-03-31 06:43:13下载
- 积分:1
-
利用OPENGL构建海洋三维景观的方法研究
利用OPENGL构建海洋三维景观的方法研究-use OpenGL 3D Landscape Construction Methods
- 2022-07-20 04:00:55下载
- 积分:1
-
opengl
opengl-2.0 specification
- 2022-01-31 22:03:13下载
- 积分:1
-
利用OpenGL实现GPU和三
使用GPU和OpenGL实现的三维水波模拟,借助纹理映射模拟水波的倒影。-The use of GPU and OpenGL realize three-dimensional wave simulation, using texture mapping of the reflection wave simulation.
- 2022-08-08 02:51:03下载
- 积分:1
-
OpenGL下打印和打印预览,解决输出问题,如PDF,打印,等
OpenGL下打印和打印预览,解决输出问题,如PDF,打印,等-OpenGL Print and Print Preview to address output issues, such as PDF, print, etc.
- 2022-04-26 13:41:59下载
- 积分:1
-
运用Opengl和C实现一个人体面部的三维显示
运用Opengl和C实现一个人体面部的三维显示-Opengl and C use a human face to achieve the 3-D display
- 2022-11-20 13:05:03下载
- 积分:1
-
Opengl中用方向键控制方块的运动,并且通过设置材质颜色使每一层的方块颜色不同...
Opengl中用方向键控制方块的运动,并且通过设置材质颜色使每一层的方块颜色不同-Opengl box using the arrow keys to control movement, and by setting the texture color to make each layer a different color box
- 2022-09-19 17:20:03下载
- 积分:1
-
纹理映射
纹理映射#include
#ifdef __APPLE__
#include
#else
#include
#endif
GLfloat planes[]= {-1.0, 0.0, 1.0, 0.0};
GLfloat planet[]= {0.0, -1.0, 0.0, 1.0};
GLfloat vertices[][3] = {{-1.0,-1.0,-1.0},{1.0,-1.0,-1.0},
{1.0,1.0,-1.0}, {-1.0,1.0,-1.0}, {-1.0,-1.0,1.0},
&nbs
- 2023-07-29 13:35:04下载
- 积分:1