close
The Wayback Machine - https://web.archive.org/web/20220320134620/https://github.com/topics/global-illumination
Skip to content
#

global-illumination

Here are 88 public repositories matching this topic...

ray-tracing-renderer
ToJans
ToJans commented Apr 20, 2020

Context

This engine is intended to be used as a drop-in replacement to Three.js’s WebGLRenderer.

Problem

It tends not to work as a drop-in replacement out-of-the-box, because the renderer crashes when:

  • Meshes contain a THREE.Geometry instead of a THREE.BufferGeometry.
  • It uses materials for which the texture images are not loaded yet.

This might cause people who try to repl

DDGI Minecraft is based on the 2019 SIGGRAPH paper, Dynamic Diffuse Global Illumination with Ray-Traced Irradiance Fields (2019), where we aimed to approximate indirect lighting and global illumination in Minecraft-inspired scenes using Vulkan to test the algorithm's efficacy in real-time.

  • Updated Mar 15, 2021
  • C++

Improve this page

Add a description, image, and links to the global-illumination topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the global-illumination topic, visit your repo's landing page and select "manage topics."

Learn more