Releases: spite/THREE.MeshLine
Releases · spite/THREE.MeshLine
v1.3.0
Based on this fork => threejs-meshline
- Supports BufferGeometry
- Extends
THREE.BufferGeometryand can be used in regular meshes as a geometry - New
setPointfunctions so you no longer need to create a geometry prior to aMeshLine - Raycast is exposed as
MeshLineRaycastand can be used likemesh.raycast = MeshLineRaycast - Raycast accounts for line width
- Extra setters and getters to help with declarative libraries like react-three-fiber
Also:
- Make it compatible with three r117
- Fix some demos code
- Fix OBJLoader