A 3D renderer for FNA
 
 
Go to file
cosmonaut 8cb7601717 clean up renderer a bit + README 2020-09-19 01:06:08 -07:00
Cameras cascaded shadow maps 2020-09-18 04:00:53 -07:00
EffectInterfaces drawing shadows with fixed projection 2020-09-16 12:58:23 -07:00
Effects fixing CSM gaps 2020-09-18 22:43:12 -07:00
Geometry supporting directional lights 2020-08-07 01:12:46 -07:00
Lights basic directional light shadow mapping 2020-08-27 14:46:20 -07:00
Loaders Deferred Shading Path (#1) 2020-08-27 18:14:17 +00:00
.gitignore initial commit 2020-08-04 02:32:02 -07:00
Kav.Core.csproj Deferred Shading Path (#1) 2020-08-27 18:14:17 +00:00
Kav.Framework.csproj Deferred Shading Path (#1) 2020-08-27 18:14:17 +00:00
Kav.sln camera tweak + fix capitalization 2020-08-05 23:58:18 -07:00
README.md clean up renderer a bit + README 2020-09-19 01:06:08 -07:00
Renderer.cs clean up renderer a bit + README 2020-09-19 01:06:08 -07:00
Resources.cs Deferred Shading Path (#1) 2020-08-27 18:14:17 +00:00

README.md

Kav

A 3D renderer built on top of FNA.

Roadmap

Essential

  • PBR shading
  • Deferred rendering
  • Point lighting
  • Directional lighting
  • Directional shadow maps
  • Cascading shadow maps
  • Frustum culling
  • Shadow-casting point lights
  • Parabolic lights
  • Skyboxes
  • Screen-space reflection

Nice-To-Haves

  • Volumetric lighting
  • Volumetric smoke