readme confusing on geometry
problem
In the readme under the Create and populate a geometry section a THREE.Geometry and populated. Later on in section Create a MeshLine and assign the geometry the THREE.Geometry variable is used in Line.setGeometry. From the syntax AND the readme it seems this is correct usage, however this did not work for me.
solution
I had to create a Float32Array and pass that to the setGeometry. Not obvious for someone that uses this for the first time. I had to look in the examples to figure out what was going wrong.
fix
Is this a bug or an actual feature? In any case, either fix the bug or update the readme to include the usage of the Float32Array. I would also advice to change the function name to setBuffer or add is as a funciton on its own if the function accepts a Float32Array.
version
LineGeometry: 1.1.0. ThreeJS: 0.97.0 Node: 10.4.0