-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ported this to javascript. #4
Comments
Very cool, thank you! |
maybe @manthrax you can make a pull request to add this version? |
@manthrax , would you please so kind as to put it to github ? |
@ssloy Здравствуйте! Мне так же понравилась ваша реализация рэйтрейсинга, если интересно, то вот моя реализация на js: https://github.com/powernic/jsraytracing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I enjoyed reading this, so I ported it to javascript!
I added some premature optimization by making it render incrementally via generator functions, and by caching datastructure allocations.. those changes are easily removed if desired.
Here it is running:
http://vectorslave.com/trt/trt.html
Here's the code:
trt-js.zip
Cheers!
The text was updated successfully, but these errors were encountered: