three-STLexporter icon indicating copy to clipboard operation
three-STLexporter copied to clipboard

THREE.js STLExporter

Results 1 three-STLexporter issues
Sort by recently updated
recently updated
newest added

Hi all It seems that this part does not do anything in the actual result. ``` var morphVector = new THREE.Vector4(vector.x, vector.y, vector.z); for (var mt = 0; mt <...