-
Posts
929 -
Joined
-
Last visited
klepto2's Achievements
-
Ocean Rendering (WIP)
Work in Progress - Started by klepto2,
A first sneak peek for an realtime ocean renderer in UltraEngine.
Features:
FFT-Waves WhiteCaps Refraction / Transparency PBR Lighting model Quadtree based Frustumn subdivision for endless ocean rendering Todos:
Shore and object based waves and foam buoyancy and height readback flow maps -
-
Atmospheric Scattering
Work in Progress - Started by klepto2,
A test which shows what can be achieved with computeshader in Leadwerks. This uses dynamic precomputed 3D Texture lookups based on https://github.com/ebruneton/precomputed_atmospheric_scattering using compute shaders converted to Leadwerks..
-
Ocean Rendering System (WIP) for Leadwerks.
Work in Progress - Started by klepto2,
A WIP Ocean system for Leadwerks 4 and later for UltraEngine. Features: FFT - Waves (calculated with compute shaders), Reflection, Refraction, Compatibility with the whole lighting system of Leadwerks. You can see that the ocean is affected by multiple light sources.
[Edit:]
Posted a video about the air to water transition, in the upper left you can also see a current prototype of a realtime shore direction shader, which creates a flowmap for the shore foams and later waves.
-
Leadwerks PostEffect WaterSkyClouds (WIP)
Work in Progress - Started by klepto2,
Deffered Effects for Leadwerks Engine 3.1 (WIP) Some things to let all parts play together correctly are missing and are object to be added. -Sky Scattering -Deffered Water rendering -Simple Cloudlayer -
Atmospheric Scattering (WIP)
Work in Progress - Started by klepto2,
I made this with Leadwerks Game Engine! -
-
Deffered Water with fully gpu generated waves
Work in Progress - Started by klepto2,
an experimental noise based wave generation algo. Just running on the gpu, nor precalculations on the cpu. -
Deffered Water WIP
Work in Progress - Started by klepto2,
a WIP from scratch base on jmonkeyengines water and the gamedev.net article : http://www.gamedev.net/page/reference/index.html/_/technical/graphics-programming-and-theory/rendering-water-as-a-post-process-effect-r2642 -
Water experiment
Work in Progress - Started by klepto2,
Experimental LOD tessellation of the new water mesh in Leadwerks. Normals and reflection still needs a lot of work. -
Tesselated Water in Leadwerks (very early experiment)
Work in Progress - Started by klepto2,
Just another water experiment...