-
由于在工作中需要结合浮动窗体实现OpenGL的多视图,用于得到三维实体的三视图观察效果,通过参考其它资料,设计了一个程序框架,在此基础之上大家可以根据自己的需要...
由于在工作中需要结合浮动窗体实现OpenGL的多视图,用于得到三维实体的三视图观察效果,通过参考其它资料,设计了一个程序框架,在此基础之上大家可以根据自己的需要进行扩充,实现需要的功能-due to the work necessary to integrate floating Creating Multi-View OpenGL for 3D entities to be three View observation results, by reference to other information, the design of a procedural framework on this basis we can according to their own needs for the expansion to achieve the necessary functions
- 2022-06-19 22:01:46下载
- 积分:1
-
w d s a small keyboard and adjust the operation of the Spheres minor changes in...
w a s d 和小键盘的操作 调节球体的细微的空间变化!-w d s a small keyboard and adjust the operation of the Spheres minor changes in space!
- 2023-06-24 04:35:03下载
- 积分:1
-
图形学的深入使用,实现了贝塞尔和BSpline曲线之间转换
图形学的深入使用,实现了贝塞尔和BSpline曲线之间转换-Depth the use of graphics, a Bezier curve between the conversion and BSpline
- 2023-08-12 14:35:03下载
- 积分: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
-
Open GL Robot that has a moveable light source
Open GL Robot that has a moveable light source
- 2023-06-04 22:15:02下载
- 积分:1
-
使用OPENGL地形渲染
使用OPENGL 和 C++变成,使用ROAM经典算法,LOD算法化简提高效率。
- 2022-07-22 03:00:37下载
- 积分:1
-
API监测释放
API Monitoring Unleashed
- 2023-05-11 23:15:03下载
- 积分:1
-
双层次包围盒播放器
我将为每个控件通过沟通的双层次包围盒播放器。
但这种来源是只玩双层次包围盒文件。
在检测到的人体运动,这个软件使用非常重要结构。
- 2023-02-04 05:05:24下载
- 积分:1
-
:为解决机器人实验教学问题,本文在Visual C ++ 6. 0 平台上,基于OpenGL ,开发了机器人图形仿真系统。对机器人
进行了三维实体几何造型,...
:为解决机器人实验教学问题,本文在Visual C ++ 6. 0 平台上,基于OpenGL ,开发了机器人图形仿真系统。对机器人
进行了三维实体几何造型,并实现了其空间运动仿真,可再现机器人运动全过程,实现机器人的示教仿真。该机器人仿真
系统大大的方便了机器人教学。-Appl ication of computer virtual simulation on robot teaching
- 2022-05-12 21:08:30下载
- 积分:1
-
opengl animation and achieve small ball into small effects
opengl动画效果,实现小球由大变小特效-opengl animation and achieve small ball into small effects
- 2022-08-21 12:13:29下载
- 积分:1