-
Updated
Dec 1, 2020 - C++
path-tracing
Here are 170 public repositories matching this topic...
-
Updated
Dec 3, 2020 - C
-
Updated
Nov 30, 2020 - C++
-
Updated
Sep 13, 2020 - C++
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 2, 2019 - C++
-
Updated
Dec 2, 2020 - C++
-
Updated
Jan 21, 2019 - C++
-
Updated
Oct 21, 2020 - HTML
-
Updated
Oct 9, 2018 - C++
-
Updated
Dec 3, 2020 - C
-
Updated
Nov 29, 2020 - Python
-
Updated
Dec 2, 2020 - C++
-
Updated
Mar 12, 2020 - C++
-
Updated
Nov 22, 2020 - TypeScript
-
Updated
Dec 2, 2020 - C++
-
Updated
Feb 14, 2020 - C++
-
Updated
Oct 21, 2020 - C++
-
Updated
May 2, 2019 - C++
-
Updated
Dec 25, 2019 - C
-
Updated
Nov 24, 2020 - C++
-
Updated
May 31, 2018 - Python
-
Updated
Dec 2, 2020 - C++
-
Updated
Oct 19, 2020 - C++
-
Updated
May 9, 2019 - C++
-
Updated
Nov 16, 2020 - C++
Improve this page
Add a description, image, and links to the path-tracing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the path-tracing topic, visit your repo's landing page and select "manage topics."
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:
THREE.Geometry
instead of aTHREE.BufferGeometry
.This might cause people who try to repl