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