You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @FishOrBear
That's really cool! I need to integrate all my demos like that, where you just pick from a list and it loads the selected demo, without having to leave the webpage. Speaking of three.js support for WebGL 2.0, according to this comment, three.js contributor @takahirox has already started his own branch of three.js which supports WebGL 2.0. I will try to give it a spin, and if it works ok, I will replace the three.min.js dependency file on my project repo with his new one. That way I can start working on the acceleration structure which runs on the GPU.
Demo address:
https://fishorbear.github.io/PathTracing-Renderer/dist/index.html
You can switch shader codes by clicking on the control button in the upper left corner, "Path" or "Mis".
https://github.com/FishOrBear/PathTracing-Renderer
I transplanted path tracking for integrated MIS.
And I tried to refactor your project with typescript+webpack.
I think you may not need to wait for threejs to support webgl2.
The text was updated successfully, but these errors were encountered: