Difference between revisions of "例子程序"
Gongminmin (Talk | contribs) |
Gongminmin (Talk | contribs) |
||
Line 15: | Line 15: | ||
''' 渲染引擎支持 ''' | ''' 渲染引擎支持 ''' | ||
− | *D3D11/ | + | *D3D11/OpenGL/OpenGLES。 |
= Cascaded Shadow Map = | = Cascaded Shadow Map = | ||
Line 32: | Line 32: | ||
''' 渲染引擎支持 ''' | ''' 渲染引擎支持 ''' | ||
− | *D3D11/ | + | *D3D11/OpenGL/OpenGLES。 |
= Caustics Map = | = Caustics Map = | ||
Line 50: | Line 50: | ||
''' 渲染引擎支持 ''' | ''' 渲染引擎支持 ''' | ||
− | *D3D11/ | + | *D3D11/OpenGL/OpenGLES。 |
= Deferred Rendering = | = Deferred Rendering = | ||
Line 72: | Line 72: | ||
''' 渲染引擎支持 ''' | ''' 渲染引擎支持 ''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
= Detailed surface = | = Detailed surface = | ||
Line 110: | Line 110: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
= GPU Particle System = | = GPU Particle System = | ||
Line 129: | Line 129: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/ | + | *D3D11/OpenGL/OpenGLES。 |
= JudaTex Viewer = | = JudaTex Viewer = | ||
Line 146: | Line 146: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
= Model viewer = | = Model viewer = | ||
Line 168: | Line 168: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
= Motion Blur and Depth of Field = | = Motion Blur and Depth of Field = | ||
Line 189: | Line 189: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
= Ocean = | = Ocean = | ||
Line 211: | Line 211: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
= Order Independent Transparency = | = Order Independent Transparency = | ||
Line 248: | Line 248: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
= Post Processing = | = Post Processing = | ||
Line 273: | Line 273: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/ | + | *D3D11/OpenGL/OpenGLES。 |
= Scene Player = | = Scene Player = | ||
Line 342: | Line 342: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
+ | |||
+ | = SSSSS = | ||
+ | [[File:SSSSS.jpg|200px|thumb|right|Screen space sub surface scattering]] | ||
+ | 屏幕空间[[次表面散射]]的半透明。 | ||
+ | |||
+ | '''难度''' | ||
+ | 中 | ||
+ | |||
+ | '''技术点''' | ||
+ | #[[SSSSS]] | ||
+ | #[[次表面散射]] | ||
+ | |||
+ | '''需求''' | ||
+ | *Geforce 6以上或Radeon 9500以上。 | ||
+ | |||
+ | '''渲染引擎支持''' | ||
+ | *D3D11/OpenGL/OpenGLES。 | ||
= Sub-surface = | = Sub-surface = | ||
Line 359: | Line 376: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
= Text = | = Text = | ||
Line 375: | Line 392: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
= Video texture = | = Video texture = | ||
Line 391: | Line 408: | ||
'''渲染引擎支持''' | '''渲染引擎支持''' | ||
− | *D3D11/OpenGL/ | + | *D3D11/OpenGL/OpenGLES。 |
'''已知问题''' | '''已知问题''' |
Revision as of 08:07, 25 December 2013
在第一次执行之前,建议先运行引擎提供的KGEConfig来完成配置。
Contents
- 1 Atmospheric Scattering
- 2 Cascaded Shadow Map
- 3 Caustics Map
- 4 Deferred Rendering
- 5 Detailed surface
- 6 Global Illumination
- 7 GPU Particle System
- 8 JudaTex Viewer
- 9 Model viewer
- 10 Motion Blur and Depth of Field
- 11 Ocean
- 12 Order Independent Transparency
- 13 Particle Editor
- 14 Post Processing
- 15 Scene Player
- 16 Reflection
- 17 Shadow cube map
- 18 Shadow cube map
- 19 SSSSS
- 20 Sub-surface
- 21 Text
- 22 Video texture
Atmospheric Scattering
基于物理的大气散射,可以模拟各种密度和各种吸收率的大气状况。
难度 中
技术点
- 大气散射
需求
- Geforce 6600以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Cascaded Shadow Map
两种高质量的大范围阴影渲染。
难度 中
技术点
- PSSM
- SDSM
需求
- Geforce 6600以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Caustics Map
实时焦散生成。
难度 难
技术点
- Caustics
- 双面折射
- 全方向的shadow map
需求
- Geforce 6600以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Deferred Rendering
Deferred rendering渲染框架。
难度 难
技术点
- Deferred Rendering
- GI
- SSVO
- FXAA
- 任意光源
- Soft shadow
- 文件打包系统
需求
- Geforce 6600以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Detailed surface
多种带细节的表面渲染技术。
难度 容易
技术点
- Bump mapping
- Parallax mapping
- Parallax occlusion mapping
- Displacement mapping
- Normal map压缩 (KlayGE 3.4.0之后)
需求
- Geforce FX以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Global Illumination
基于Splatting Indirect Illumination的实时全局光照。
难度 高
技术点
- Realtime GI
- Deferred Rendering
- Soft shadow
需求
- Geforce 6以上或Radeon HD2400以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
GPU Particle System
基于GPU的粒子系统。
难度 中
技术点
- 粒子系统
- GPU多遍计算
- Vertex texture fetch
- Deferred particle
需求
- Geforce 6以上或Radeon HD2400以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
JudaTex Viewer
Juda texture查看器。
难度 中
技术点
- Juda texture
- 鼠标交互
需求
- Geforce FX以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Model viewer
一个MeshML模型查看器,支持Skinned mesh、Normal map和PN Triangles。
难度 中
技术点
- GPU骨骼动画
- 模型格式的读取
- Normal map的渲染
- PN Triangles算法
- D3D11 hardware tessellation
- Instanced tessellation
- Hull Shader/Domain Shader
需求
- Geforce FX以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Motion Blur and Depth of Field
运动模糊和景深post process。可以调节焦平面和焦距范围。并演示了引擎中的instancing实现。在硬件支持instancing的时候会自动切换到硬件实现,否则使用CPU解开instance数据。
难度 中
技术点
- Motion Blur
- Depth of field
- Summed-Area Table
- 软件/硬件instancing
- Script engine
- UI
需求
- Geforce 6600以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Ocean
演示水面的渲染。水面的运动通过在GPU上实时地做FFT来模拟。核心来自于NVIDIA的Demo。
难度 难
技术点
- 水面渲染
- Compute shader
- GPU上的FFT
- 反射贴图
- 雾
- 镜头眩光
- 文件打包系统
需求
- Geforce 6以上或Radeon HD2400以上。实时编辑需要Geforce 8以上或Radeon HD4以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Order Independent Transparency
多种顺序无关的透明物体渲染。
难度 中
技术点
- Depth peeling
- Per-pixel linked lists
- Adaptive transparency
需求
- Geforce 6600以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Particle Editor
粒子系统编辑器
难度 中
技术点
- 粒子系统
- 复杂的UI
- Soft particle
- Geometry shader
需求
- Geforce FX以上或Radeon 9500以上。推荐使用Geforce 6以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Post Processing
演示后处理的能力。支持的特效有:
- Ascii Arts,把渲染的图像拟合成ascii字符的表示。
- 卡通渲染。使用两遍的方法,第一遍得出几何位置,第二遍进行光照和勾边。
- Tiling,砖块的效果。
- HDR。
- Night Vision,模拟夜视仪看到的效果。
- Old Fashion,老照片效果。
难度 中
技术点
- post process
- 用GPU进行ascii匹配
- Cartoon post process
- 深度和法线间断点的查找
需求
- Geforce 6600以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Scene Player
场景播放器,可以执行预定义的动态场景。
难度 中
技术点
- Python脚本
- 延迟渲染
需求
- Geforce 6600以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Reflection
屏幕空间实时反射。
难度 中
技术点
- 双方向SSR
需求
- Geforce 6600以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Shadow cube map
把传统的shadow map扩展到cube map上,模拟了全方向的点光源和光源的投射。另一个改进是加入了Variance shadow map。
难度 中
技术点
- 全方向的shadow map
- VSM
- 纹理投射
需求
- Geforce FX 5600以上或Radeon 9500以上。推荐使用Geforce 6以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Shadow cube map
把传统的shadow map扩展到cube map上,模拟了全方向的点光源和光源的投射。另一个改进是加入了Variance shadow map。
难度 中
技术点
- 全方向的shadow map
- VSM
- 纹理投射
需求
- Geforce FX 5600以上或Radeon 9500以上。推荐使用Geforce 6以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
SSSSS
屏幕空间次表面散射的半透明。
难度 中
技术点
需求
- Geforce 6以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Sub-surface
次表面散射的实时渲染。
难度 中
技术点
- 次表面散射
- Bump map
需求
- Geforce FX 5600以上或Radeon 9500以上。推荐使用Geforce 6以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Text
演示了基于signed distance field的字体显示方法。
难度 容易
技术点
- Font
需求
- Geforce FX以上或Radeon 9500以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
Video texture
演示了Show engine,解码后的视频作为纹理贴到3D物体上。其中用到的视频来自开源电影Big Buck Bunny。
难度 容易
技术点
- DirectShow解码到纹理
需求
- Geforce 4 Ti以上或Radeon 9200以上。
渲染引擎支持
- D3D11/OpenGL/OpenGLES。
已知问题
- 在D3D11中无法全屏。