0xEBAB
0xEBAB
Hi, There is an error in the README.md file: It's written: ```javascript const line = new MeshLine(); line.setPoints(points); ``` ```javascript // p is a decimal percentage of the number of...
Hi, Beware, threeJS has changed the way to get the inverse matrix. Line 142 of THREE.MeshLine.js it's: ```javascript inverseMatrix.getInverse(this.matrixWorld) ``` And now it should be: ```javascript inverseMatrix.copy(this.matrixWorld).invert() ``` Best regards...
I've fixed a problem where custom parameters are set but not updated so not saved when the session is saved in a json file.
Hi, - I've fixed the graph menu's text color. - I couldn't see anything because the default text color and the default background were not compatible, they are both dark....