Hi! Hello, everyone. I’d like to ask if there is any THREE.JS Available renderers (ray tracing)
Please refer to the documentation, you can find the available renderers with the “search” function there:
There are no raytracing renderers provided by three.js. You’ll find a few externally if you search the web for “three.js raytracer”, but they’re pretty much all experimental in one way or another. Here’s one example: https://github.com/erichlof/THREE.js-PathTracing-Renderer
Oh, yes, thank you! You know www.vectary.com This website? They use an EXE type plug-in render, they use an open source render( https://luxcorerender.org/ )I want to know three.js Can I use this render? If so, can you give us some directions and suggestions?
This renderer is written in C++. Using it on the web would require using WebAssembly, which would be extremely difficult, if it is possible at all. I think you will need to choose a renderer that is designed for three.js.
OK, thank you for your help