ray-tracing-renderer icon indicating copy to clipboard operation
ray-tracing-renderer copied to clipboard

[UNMAINTAINED] Real-time path tracing on the web with three.js

Results 62 ray-tracing-renderer issues
Sort by recently updated
recently updated
newest added

The current `src` directory tree is rather flat. We might want to give it more structure to, among other things: - convey more clearly the role of files by grouping...

refactor

The heart of any high-performance ray tracer lies in the acceleration structure for ray intersections. The construction and traversal of this acceleration structure has the biggest impact on performance and...

enhancement
help wanted