xzw il y a 3 ans
Parent
commit
777cdf3b6e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -208552,7 +208552,7 @@ and limitations under the License.
                         matrix: getMatrix(t.m2w_.elements)
                     } 
                 }) ,
-                aabb: "b-0.5 -0.5 -0.5 0.5 0.5 0.5" //剪裁空间原始范围( 所有点在乘上这个矩阵后, 还能落在 1 * 1 * 1的box内的点就是所裁剪的
+                aabb: "b-0.5 -0.5 -0.5 0.5 0.5 0.5", //剪裁空间原始范围( 所有点在乘上这个矩阵后, 还能落在 1 * 1 * 1的box内的点就是所裁剪的
                 aabbMatrix: getMatrix(box.matrixWorld.elements)
             }
         }