Difference between revisions of "Samples"
Gongminmin (Talk | contribs) |
Gongminmin (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Before running these samples for the first time, it's recommended to run [[KGEConfig]], which is provided by [[KlayGE]], to complete the configuration first. | Before running these samples for the first time, it's recommended to run [[KGEConfig]], which is provided by [[KlayGE]], to complete the configuration first. | ||
Revision as of 09:49, 1 July 2013
Before running these samples for the first time, it's recommended to run KGEConfig, which is provided by KlayGE, to complete the configuration first.
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 PostProcessing
- 15 Procedural texture
- 16 Reflection
- 17 Scene Player
- 18 Shadow cube map
- 19 Sub Surface
- 20 Text
- 21 Video texture
Atmospheric Scattering
Physically-based atmospheric scattering. It can simulate atmospheric in different density and absorption.
Techniques
- Atmospheric scattering
Requirements
- Geforce 6600+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL.
Cascaded Shadow Map
Two kinds of high quality large-scale shadow rendering.
Techniques
- PSSM
- SDSM
Requirements
- Geforce 6600+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL.
Caustics Map
Realtime caustics generation.
Techniques
- Caustics
- Dual-face Refraction
- Omnidirectional shadow map
Requirements
- Geforce 6600+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL.
Deferred Rendering
Deferred rendering rendering framework.
Techniques
- Deferred Rendering
- GI
- SSVO
- FXAA
- Arbitrary light source
- Soft shadow
- Packing system
Requirements
- Geforce 6600+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
Detailed surface
Multiple detailed surface rendering techniques.
Techniques
- Bump mapping
- Parallax mapping
- Parallax occlusion mapping
- Displacement mapping
- Normal map compression (since KlayGE 3.4.0)
Requirements
- Geforce FX+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
Known issues
- The texture is not right in OpenGL plugin on ATI's card.
Global Illumination
Realtime global illumination based on Splatting Indirect Illumination.
Techniques
- Realtime GI
- Deferred Rendering
- Soft shadow
Requirements
- Geforce 6+ or Radeon HD2400+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
GPU Particle System
GPU-based particle system.
Techniques
- Particle system
- Multi-pass rendering
- Vertex texture fetch
- Deferred particle
Requirements
- Geforce 6+ or Radeon HD2400+.
Rendering plugin supported
- D3D11/OpenGL.
JudaTex Viewer
Juda Texture viewer.
Techniques
- Juda Texture
- Mouse Interaction
Requirements
- Geforce FX+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
Model viewer
A MeshML model viewer, which support skinned mesh, normal map and PN Triangles.
Techniques
- GPU skinning
- MeshML reading
- Normal map rendering
- PN Triangles algorithm
- D3D11 hardware tessellation
- Instanced tessellation
- Hull Shader/Domain Shader
Requirements
- Geforce FX+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
Motion Blur and Depth of Field
Motion blur and depth of field post process. Focus plane and focus range can be adjusted. This sample also demonstrate the instancing technique. It switchs to hardware instancing if the hardware supports it, or else instance data are expanded on CPUs.
Techniques
- Motion blur
- Depth of field
- Summed-Area Table
- Software/hardware instancing
- Script engine
- UI
Requirements
- Geforce 6600+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
Ocean
Demonstrate the water rendering. Water movement is simulated by GPU real-time FFT operation. The kernel is from NVIDIA's demo.
Techniques
- Water rendering
- Compute shader
- FFT on GPUs
- Reflection mapping
- Fog
- Lens flare
- Packing system
Requirements
- Geforce 6xxx+ or Radeon HD2xxx+. Realtime editing requires Geforce 8xxx+ or Radeon HD4xxx+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
Order Independent Transparency
Order independent transparency rendering.
Techniques
- Depth peeling
- Per-pixel linked lists
- Adaptive transparency
Requirements
- Geforce 6600+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES.
Particle Editor
Particle system editor.
Techniques
- Particle system
- Complex UI
- Soft particle
- Geometry shader
Requirements
- Geforce FX+ or Radeon 9500+. Geforce 6+ recommended.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
PostProcessing
Demonstrate the post processing, including:
- Ascii Arts, fitting the image to ascii characters.
- Cartoon rendering with two pass rendering. The first pass renders geometry, the second pass calculates lighting and edge.
- Tiling.
- HDR.
- Night Vision.
- Old Fashion, looks like old picture.
Techniques
- Post process
- Ascii fitting on GPUs
- Cartoon post process
- Depth and normal discontinuous detection
- MRT
Requirements
- Geforce 6600+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL.
Procedural texture
Various procedural texture generation by simplex noise on GPUs.
Techniques
- Perlin noise
- Procedural texture
Requirements
- Geforce FX+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES.
Reflection
Real-time screen space reflection.
Techniques
- Dual-directional SSR
Requirements
- Geforce 6600+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES.
Scene Player
A script driven scene player.
Techniques
- Python script
- Deferred Rendering
Requirements
- Geforce 6600+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES.
Shadow cube map
Expand the traditional shadow map to cube map. Simulate the omnidirectional point light and texture projection. The other improvement is the usage of Variance shadow map.
Techniques
- Omnidirectional shadow map
- VSM
- Texture projection
Requirements
- Geforce FX 5600+ or Radeon 9500+. Geforce 6+ recommended.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
Sub Surface
Real-time rendering of sub surface scattering.
Techniques
- Sub surface scattering
- Bump map
Requirements
- Geforce FX 5600+ or Radeon 9500+. Geforce 6+ recommended.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
Text
Demonstrate signed distance field based font system.
Techniques
- Font
Requirements
- Geforce FX+ or Radeon 9500+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
Video texture
Demostrate show engine. Decoded video can be mapped to 3D objects as texture. The video is from a open source movie Big Buck Bunny.
Techniques
- DirectShow decode to texture
Requirements
- Geforce 4 Ti+ or Radeon 9200+.
Rendering plugin supported
- D3D11/OpenGL/OpenGLES2.
Known issues
- Can't switch to full screen in D3D11.