I am wondering if there is any (GI) renderers implemented by Javascript? Furthermor开发者_高级运维e, is it possible to make one on node.js?
Three.js offers few tools for it. It should be working for static scenes as you can see in https://github.com/mrdoob/three.js/issues/6575.
You can check it at threejs website.
精彩评论