xzw 3 vuotta sitten
vanhempi
commit
39d3c99ca0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -208533,7 +208533,7 @@ and limitations under the License.
                 transformation_matrix: this.selectedDatasets.map((t)=>{
                     return {
                         id: t.id,
-                        matrix: this.getTransformationMatrix(t); 
+                        matrix: this.getTransformationMatrix(t) 
                     } 
                 }) ,
                 aabb: "b-0.5 -0.5 -0.5 0.5 0.5 0.5" //剪裁空间( 所有点在乘上这个矩阵后, 还能落在 1 * 1 * 1的box内的点就是所裁剪的