essential-threejs
essential-threejs copied to clipboard
fix vertexMesh.position
since r67 (/libs/three.js
), use .position.copy(newPosition)
instead of .postion = newPosition