-
OpenGL texture mapping example
OPENGL纹理映射的例子-OpenGL texture mapping example
- 2022-07-13 11:01:31下载
- 积分:1
-
Using OpenGL realize the 3d environment, a bit like cs
用OpenGL实现的3d环境,有点像cs-Using OpenGL realize the 3d environment, a bit like cs
- 2023-01-29 23:50:04下载
- 积分:1
-
The concept of particle effects is very simple. Particle effects can be used to...
The concept of particle effects is very simple. Particle effects can be used to simulate fire, fireworks, water fountains, snow, rain, explosions and many other things. The effects are created by creating a definite number of particles. Depending on the need for performance and realistic appearance, the number of particles can range from 50 to thousands. Each particle has its own location, size, velocity, color, life and image. The particle engine controls the particles and makes them react according to the rules of the particle .
- 2022-02-24 16:10:50下载
- 积分:1
-
教你如何在OPENGL环境下进行拾取游戏的编辑
教你如何在OPENGL环境下进行拾取游戏的编辑-OPENGL teach you how to pick up the game environment editor
- 2023-06-18 20:50:04下载
- 积分:1
-
关于CT断层图像三维重建中体绘制技术研究与应用的毕业论文
关于CT断层图像三维重建中体绘制技术研究与应用的毕业论文-About three-dimensional reconstruction of CT images in volume rendering technology research and application of the thesis
- 2022-11-03 18:05:03下载
- 积分:1
-
opengl编程实现旋转、平移、缩放等功能
opengl 编程 实现旋转、平移、缩放等功能 可以漫游整个场景
- 2022-05-21 15:46:46下载
- 积分:1
-
OpenGL fountain effect of the display, is a complex calculation of particle traj...
OPENGL喷泉效果的演示,主要是复杂粒子运动轨迹计算及粒子生命周期计算同时还有3D场景的角度变换-OpenGL fountain effect of the display, is a complex calculation of particle trajectories and calculating particle life cycle along with 3D scenes perspective transform
- 2022-03-11 12:18:55下载
- 积分:1
-
SDL程序,需要SDL的库。可以作为SDL初学者入门。
SDL程序,需要SDL的库。可以作为SDL初学者入门。-SDL procedures, the need to SDL library. SDL can be used as entry for beginners.
- 2023-04-16 00:55:04下载
- 积分:1
-
利用opengl的API函数实现阴影绘制,显示效果比较好
利用opengl的API函数实现阴影绘制,显示效果比较好-use opengl API functions shadow mapping shows that the results were quite good
- 2022-08-20 17:20:29下载
- 积分:1
-
整合,利用数值食谱
#include < math.h >
#define EPS 1.0e-6
#define JMAX 20
#define JMAXP (JMAX + 1)
#define K 5
NRANSI #define
/ * #include"nrutil.h"* /
浮 qromb (浮法 (* func)(float)、 浮浮法 a、 b)
{
void polint (浮 xa []、 浮震遐 [],int n、 浮 x 浮法 * y、 浮动 * dy) ;
浮 trapzd (float (* func)(float)、 浮法 a、 浮法 b、 int n) ;
void nrerror (char error_text[]) ;
浮法 ss,决策支持系统 ;
- 2022-02-04 15:05:42下载
- 积分:1