Martins Untals

Results 1 issues of Martins Untals

Code I am trying to port has a lot of parts like this: ``` var transform = new THREE.Matrix4(); transform.elements = storedTransformMatrix.Values.slice(); transform.transpose(); meshToMove.applyMatrix(transform); ``` it is operating some functions...

enhancement