THREE.MeshLine
THREE.MeshLine copied to clipboard
MeshLineMaterial.copy fails
Reproduce steps:
- initialize a MeshLineMaterial instance
- call
.clone()on the MeshLineMaterial instance
the offending lines are below: https://github.com/spite/THREE.MeshLine/blob/b49ae600898a88bdb3486a3674d5887ca1b61ff6/src/THREE.MeshLine.js#L687-L689