-
在VC++的环境下结合opengl模拟水的特效。
在VC++的环境下结合opengl模拟水的特效。-In VC++ Environment opengl simulation combined effects of water.
- 2022-03-26 05:45:07下载
- 积分:1
-
OpenGL编程指南
The OpenGL Programming Guide - The Redbook
-The OpenGL Programming Guide- The Redbook
- 2022-03-03 17:39:32下载
- 积分:1
-
用opengl的粒子效果模拟火的场景,内附源码及3d模型
用opengl的粒子效果模拟火的场景,内附源码及3d模型-use opengl effects of particle simulation of the fire scene, enclosing source and 3d model
- 2022-04-09 23:36:15下载
- 积分:1
-
how to get the object s skeletion!
how to get the object s skeletion!
- 2022-04-08 10:45:08下载
- 积分:1
-
OPENGL在VC++环境中的对图像的着色
OPENGL在VC++环境中的对图像的着色-OPENGL in VC++ Environment shading image
- 2022-02-02 02:34:34下载
- 积分:1
-
OpenGL 3D 图形( MATLAB)
翻译 maninwest@Codeforge 作者:roozbehabolpour@CodeProject这里,我们将使用 OpenGL 接口进行 3D 科学计算可视化。OpenGL 是进行 2D 和 3D 计算机图像渲染的跨语言程序设计接口 (API)。 OpenGL比虚拟现实工具箱更加快捷方便。使用代码使用这个项目非常简单。在 MATLAB 中,你必须定义对象的点,必须定义网眼的相邻矩阵。例如 ,如果你要创建一个泉水,必须首先定义点N=2000;
X_points=zeros(N,1);
Y_points=zeros(N,1);
Z_points=zeros(N,1);
Adj=zeros(N,N); for i=1:N
X_points(i)=cos(2*pi*5*i/N);
Y_points(i)=sin(2*pi*5*i/N);
Z_points(i)=(5*i/N-2)/4; if i
- 2022-07-18 18:01:49下载
- 积分:1
-
三位台球模拟程序。按left和right键可以左右移动视点。up和down上下移动视点。当瞄准球以后,按住鼠标右键可以向后拖动球杆,讲球打出去...
三位台球模拟程序。按left和right键可以左右移动视点。up和down上下移动视点。当瞄准球以后,按住鼠标右键可以向后拖动球杆,讲球打出去-three billiards simulation program. By the left and right keys can move around Perspective. Up and down up and down perspective. When aiming the ball, the right mouse button is pressed backward drag clubs, stresses struck out
- 2022-09-08 03:50:02下载
- 积分:1
-
图形项目
图形化工程学会怎么能通过使用 openGL 和做色彩效果做茶壶的动画
- 2022-08-07 11:57:12下载
- 积分:1
-
俄罗斯方块OpenGL实现
本项目是一个用OpenGL实现的俄罗斯方块的源代码。俄罗斯方块的功能和玩法执行文件中会出现提示
- 2023-05-18 03:30:04下载
- 积分:1
-
用鼠标实现opengGL程序的拾取功能,并且可以对3D模型进行选择...
用鼠标实现opengGL程序的拾取功能,并且可以对3D模型进行选择-Use the mouse to pick up procedures opengGL realize functions, and can choose from 3D model
- 2022-07-01 09:08:20下载
- 积分:1