-
用OpenGl函数库写的3D台球,建立物理模型,上下左右控制击球,适合初学者
用OpenGl函数库写的3D台球,建立物理模型,上下左右控制击球,适合初学者-Use OpenGL 3D library written in billiards, the establishment of the physical model, upper and lower control ball around for beginners
- 2022-07-28 03:13:48下载
- 积分:1
-
osg立体图形绘制代码
osg立体图形绘制代码
- 2023-01-07 22:50:03下载
- 积分:1
-
opengl简单的入门例子,初学者的入门例子
opengl简单的入门例子,初学者的入门例子-Introduction to simple opengl example, the entry examples for beginners
- 2022-02-06 05:24:09下载
- 积分:1
-
该方法详细地解释了碰撞的各种原理以及opengl对于碰撞时的应用!...
该方法详细地解释了碰撞的各种原理以及opengl对于碰撞时的应用!-The method is explained in detail the various principles of the collision as well as the opengl application for a collision!
- 2023-09-01 23:05:04下载
- 积分:1
-
opengl
opengl-2.0 specification
- 2022-01-31 22:03:13下载
- 积分:1
-
vs2008下基于mfc框架的OpenGL多视区演示程序。
vs2008下基于mfc框架的OpenGL多视区演示程序。-vs2008 framework OpenGL Based mfc multi-viewport demo program.
- 2022-03-30 03:42:40下载
- 积分: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
-
三位地形的模拟。由于地形的模拟通常需要大量的数据,在满足视觉效果的前提下,使用LOD技术提高程序速度...
三位地形的模拟。由于地形的模拟通常需要大量的数据,在满足视觉效果的前提下,使用LOD技术提高程序速度-three terrain simulation. Because of the topography simulation usually require large amounts of data to meet the visual effects on the premise that the use of technology to improve procedures LOD speed
- 2022-11-30 11:00:03下载
- 积分:1
-
console app to draw with opengl
console app to draw with opengl
- 2022-04-29 20:09:04下载
- 积分:1
-
开放源码 opengl fish(2)
OPENGL 的源代码
使 3D 鱼
移动的鱼
画鱼
简单的代码源
下载
- 2022-03-09 18:37:43下载
- 积分:1