-
OpenGL,Visual C++ 生成贝塞尔曲线
KEYfunction: c
OpenGL,Visual C++ 生成贝塞尔曲线
KEYfunction: c - 清空屏幕;e - 擦除曲线;b - 画贝塞尔曲线-OpenGL, Visual C Bessel curve KEYfunction Generation : c-blank screen; e-erasure curve; b-painting Bessel curve
- 2022-05-06 07:05:37下载
- 积分:1
-
OpenGL,Render to texture(RTT)类及应用实例
OpenGL,Render to texture(RTT)类及应用实例-OpenGL, Render to texture (RTT) category and application examples
- 2022-08-24 09:49:39下载
- 积分:1
-
一个相对简单的使用c++读取OPengl纹理的例子,配合使用
一个相对简单的使用c++读取OPengl纹理的例子,配合使用-The use of a relatively simple c++ read OPengl texture example, used in conjunction with
- 2022-01-28 05:16:36下载
- 积分: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
-
This source code is for OpenGL&Visual C++6.0
This source code is for OpenGL&Visual C++6.0-This source code is for OpenGL
- 2022-01-24 16:08:02下载
- 积分:1
-
Opengl,小车的交互,实现了碰撞检测,读取3ds模型,AI等功能
Opengl,小车的交互,实现了碰撞检测,读取3ds模型,AI等功能-Opengl Trolley interactive and realized the collision detection, reading 3ds model features such as AI
- 2022-10-30 10:55:03下载
- 积分:1
-
这是采用点云数据编写的一个三维演示程序,底层是opengl设置,对要进行三维编程有参考价值...
这是采用点云数据编写的一个三维演示程序,底层是opengl设置,对要进行三维编程有参考价值-This is the point cloud data used in the preparation of a three-dimensional demonstration program, the bottom is opengl settings, the three-dimensional programming to a reference value
- 2023-02-13 13:25:04下载
- 积分:1
-
计算机图形学 3D 汽车 OPENGL旋转
计算机图形学 3D 汽车 OPENGL旋转-computer graphics auto OpenGL 3D rotation
- 2022-04-25 14:36:01下载
- 积分:1
-
一个简单的用OpenGL绘制的场景的代码,比较简短,非常适合于初学者使用。...
一个简单的用OpenGL绘制的场景的代码,比较简短,非常适合于初学者使用。-A simple scene using OpenGL rendering code, relatively brief, very suitable for beginners to use.
- 2022-12-31 03:05:04下载
- 积分:1
-
用OpenGL画RGB颜色的图
用OpenGL画RGB颜色的图-painting with OpenGL RGB color map
- 2022-07-13 19:41:42下载
- 积分:1