Hi! First of all thank you for your great support! I have a question about instance geometry. Is it possible to cast ray from faces of instanceBufferGeometry? Is raycaster works with instance buffer geometry? Intersection works with this?
No, not by default. Instancing can be done in various ways so there is no standard, what you can do is to overwrite the raycast method on THREE.Mesh to adapt to your solution.
1 Like