javascript - Three.js: Raycast intersection on Line with BufferGeometry -
since r59 raycasting on lines possible , works perfect. i'm displaying tooltip on mouseover.
because of growing data, had performance issues, decided switch three.geometry three.buffergeometry. works fine instead of raycasting.... no errors or else on mouseover, there happens nothing!
isn't possible intersect raycasting on line build three.buffergeometry?
raycaster not support line buffergeometry.
three.js r.60
Comments
Post a Comment