搜索资源列表
VolRen
- 基于QT4和OpenGL/GLSL的体绘制应用程序。实现了 GPU Ray-Casting-A QT4 & OPENGL & GLSL based volume rendering application that implements GPU Ray-Casting.
glsl
- osg 例子,利用glsl语言实现gpu渲染-example of osg
volume
- 最简单的体绘制,包括shader和cpp,核心算法在Shader里头,采用的是英伟达体绘制的解决方案,算法详情去看英伟达的GPU特效编程-Volume Render : include shader and c++ file ,the core algorithm was written in glsl fils
SceneDemo
- 基于现代OpenGL的火焰粒子系统的模拟,采用双缓冲思想,将粒子的计算搬运到了GPU上进行并行计算,加快粒子系统的模拟速度。(Based on the modern OpenGL simulation of the flame particle system, the double buffer idea is adopted to transfer the computation of particles to GPU for parallel computation, which accel
FountainParticle
- 基于OpenGL3.3+的粒子系统,将粒子的计算搬运到GPU上,从大大加快了粒子系统的实时模拟速度。(The particle system based on OpenGL3.3+ carries the particle calculation to GPU, which greatly speeds up the real-time simulation speed of the particle system.)