0beqz / three-billboard-reflection

Performant plane reflections in three.js r139
MIT License
112 stars 11 forks source link

Is this a replacer for Reflector class? #4

Open Vikms95 opened 1 year ago

Vikms95 commented 1 year ago

Hi! I'm currently in the looks for a library that does the same as Reflector on Three.js but with better performance. I'm seeing that with this library, I have to indicate which Mesh to reflect in order for them to be reflected. Is this the case? It does not automatically reflect anything in front of it just like Reflector would? Thanks in advance.