THREE.MeshLine icon indicating copy to clipboard operation
THREE.MeshLine copied to clipboard

MeshLineMaterial.copy fails

Open jiehui-gelement opened this issue 3 years ago • 0 comments

Reproduce steps:

  1. initialize a MeshLineMaterial instance
  2. 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

jiehui-gelement avatar May 26 '22 08:05 jiehui-gelement