Skip to content

rimij405/RenderPipeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deferred Render Pipeline

This is my deferred render pipeline, implemented in Panda3D. This pipeline aims to handle the complete graphics pipeline, giving the user the ability to focus on making the game, and not the graphics.

Forum Thread: http://www.panda3d.org/forums/viewtopic.php?f=6&t=17050

This pipeline is still in developement, feel free to join :)

For questions & suggestions you can find me at #panda3d on freenode. Thanks especially to rdb and all the others for support & help!

Screenshots

You can find a lot more here:

Couch Scene Transparency Test BRDF Test #2 Sponza

Setup

You can find the wiki & instructions how to setup the pipeline at https://github.com/tobspr/RenderPipeline/wiki

Features

Physically based shading / lighting
Deferred rendering
Order Independent Transparency
Temporal Ambient Occlusion
  • SAO and HBAO
Realtime Global Illumination
  • Voxel cone traced global illumination
  • Cone traced specular reflections
  • Cone traced low frequency ambient occlusion
Dynamic Scene Voxelization
Screen Space Local Reflections
High quality Shadows
  • PCF for PointLights, SpotLights
  • PCSS for DirectionalLights
  • PSSM Shadows for DirectionalLights
[Todo] Screen space subsurface scattering
Multi-Hemisphere-Skybox
Atmospheric Scattering
Supported Lights:
  • Point Lights
  • Directional Lights
  • Spot Lights
  • [Todo] Ambient Lights
  • [Todo] Area Lights
Color LUT, Dynamic Exposure and Chromatic Abberation
Blur
  • [Todo] Bokeh DOF
  • Per object and camera motion blur
Tesselation

About

Deferred render pipeline with PBR for Panda3D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • GLSL 3.6%
  • Batchfile 0.1%