This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
Releases: hoverinc/ray-tracing-renderer
Releases · hoverinc/ray-tracing-renderer
Release v0.1.4
Changelog:
-
Optimize directional light creation. Directional lights to the scene will now initialize up to 15x faster when render is first called.
-
Fix module importing. The renderer can now be imported as a module as a file or as an npm package.
-
Add internal support for multiple render targets. This allows us to start experimenting with G-buffers for denoising.
Release v0.1.3
Changelog:
- #20 Change
main
field inpackage.json
tosrc/main.js
. This should allow for the correct importing of classes. - Update README to link to npm.
Release v0.1.2
Changelog:
- #13 Code quality refactor. No functional changes to the renderer.
Release v0.1.1
Changelog: