Skip to content

3D renderer which has implementations of 3D fluid simulation, pbr shading, deferred rendering and other using WebGL2

Notifications You must be signed in to change notification settings

valdyr88/WebGL-Renderer

Repository files navigation

WebGL-Renderer

A 3D renderer which has implementations of real-time 3D fluid simulation, pbr shading, deferred rendering and other using WebGL2

PBR example

Utah teapot example models rendered with pbr shader and a transparent glass shader

Real-time fluid simulation 3D example

Interactive fluid simulation. This example uses a volume of 128x128x128 pixels to simulate fluid velocity, pressure and divergence. The velocity is then used to advect the same size mass volume, which is what eventualy gets displayed on screen. The example also lets you see the velocity, pressure and divergence.

Star Trek scene example

Example using deferred rendering with pbr shading for the Enterprise and the planet. Work still in progres.

The Enterprise and the cloaked Romulan ship are not owned by me

About

3D renderer which has implementations of 3D fluid simulation, pbr shading, deferred rendering and other using WebGL2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published