THREE.MeshLine
THREE.MeshLine copied to clipboard
fix: getAttribute error in demo
Fix "getAttribute() is undefined" error in the demo.
The demo seemed to be broken because the getAttribute is missing THREE.Geometry. So i replace the THREE.Geometry with THREE.BufferGeometry and the demo works now.
