-
GLSL实现模型的振荡波形的影响,非常酷!
用GLSL实现的模型波状摆动的效果,非常酷!-GLSL realize the model with oscillating wavy effect, very cool!
- 2022-05-16 08:33:55下载
- 积分:1
-
一条道路的OPENGL代码
一条道路的OPENGL代码-a path of OpenGL code
- 2022-01-24 08:51:53下载
- 积分:1
-
利用OPENGL开发的一个三维台球游戏,程序中包括球与球间的碰撞检测...
利用OPENGL开发的一个三维台球游戏,程序中包括球与球间的碰撞检测-use OpenGL 3D developed a billiards game, procedures, including ball and the ball Collision Detection
- 2023-08-03 01:00:03下载
- 积分:1
-
画阴阳图
画阴阳图-Yin and Yang Figure Painting
- 2023-07-20 12:55:03下载
- 积分:1
-
- 2022-07-19 22:42:19下载
- 积分:1
-
利用opengl生成水面和地形,能用键盘进行控制漫游效果。这个程序十分具有参考价值,生成的效果是非常不错的!...
利用opengl生成水面和地形,能用键盘进行控制漫游效果。这个程序十分具有参考价值,生成的效果是非常不错的!-use opengl generate topographic surface and can use the keyboard to control the roaming effect. This procedure is very valuable, and the production was very good!
- 2023-05-15 08:50:03下载
- 积分:1
-
opengal的一个小例子,大家可以交流一下,其实opengal的功能很强大的,学习ing...
opengal的一个小例子,大家可以交流一下,其实opengal的功能很强大的,学习ing-opengal a small example, we can exchange, in fact, the function of opengal very powerful, learning ing
- 2022-03-15 17:17:03下载
- 积分:1
-
OpenGl VC environment measurements a three
OpenGl VC环境下绘制三围立体图形.程序原代码.-OpenGl VC environment measurements a three-dimensional graphics rendering. Procedures for the original code.
- 2022-07-01 11:47:12下载
- 积分:1
-
marching cube算法的openGL实现,简单扼要
marching cube算法的openGL实现,简单扼要-marching cube algorithm openGL implementation, simple and concise
- 2022-03-20 03:39:32下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1