5 ms·
Using beam tracing to calculate reflections in JavaScript
- fluffyduffy 13y agoIt really never ceases to amaze me the things you can do in JavaSCript. That's the kind of thing that up until a few years ago you'd be hesitant to do in Java. This is really cool stuff! I look forward to when we get full powered PC games done in JS. We're not there yet, I know - but it's little steps like this that'll get us there.
- kabla 13y agoI agree, the speeds you can achieve with JavaScript are astounding. They are far superior to Python, it's a shame JS doesn't have that well of a support for scientific calculations.
- sgwooduk 13y agoIf anyone could list what support there is that'd be really interesting.
- dkersten 13y agoJust a side note: Java used to be slow, but is actually a lot lot faster now. So while javascript is certainly impressively fast, Java is actually even faster still.
- stelonix 13y agoAlthough I believe this is true, I've used more fluid interfaces and played/have seen better performing demos/games in Javascript rather than Java.
- hcarvalhoalves 13y agoThere's nothing particularly hard about this, or special about javascript though. This is the kind of stuff you could've implemented back in the day and ran on a Pentium MMX. It's about having an efficient algorithm.
- nixarn 13y agoTons of cool stuff on that blog! http://blog.kaistale.com/ http://blog.kaistale.com/
- cocoflunchy 13y agoHow do you choose the angles at which you send the beams and the number of beams? It appears to be somewhat random, even though I'm sure it's not.
- sp332 13y agoIt doesn't calculate all beams that originate from one point. It calculates only the beams which originate from one of the points and eventually reach the other point. It only looks random because the walls are placed at odd angles.
- kabla 13y agoThe algorithm calculates all possible specular reflections up to some order. I really don't think I can explain it any better than this paper: https://mediatech.aalto.fi/~samuli/publications/laine2009aa_paper.pdf https://mediatech.aalto.fi/~samuli/publications/laine2009aa_...
- cocoflunchy 13y agoThanks, I'm going to read up on this.
- deleted 13y ago[deleted]
- bingaling 13y agoSee also: http://zenphoton.com/ http://zenphoton.com/ (use shift+click to move the light source) https://github.com/scanlime/zenphoton https://github.com/scanlime/zenphoton
- IvanK_net 13y agoI have also written polygon ray casting function a year ago. It can process thousands of rays at 60 FPS. http://polyk.ivank.net/?p=demos&d=raycast http://polyk.ivank.net/?p=demos&d=raycast
- robmiller 13y agoAs someone who dabbles heavily in acoustics with javascript, THANK YOU! Let's talk.
- dllu 13y agoSee also: http://www.laservex.com http://www.laservex.com