We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974e254 commit 44a8b60Copy full SHA for 44a8b60
2 files changed
packages/front/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@thatopen/components-front",
3
"description": "Collection of frontend tools to author BIM apps.",
4
- "version": "2.1.14",
+ "version": "2.1.15",
5
"author": "That Open Company",
6
"contributors": [
7
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
packages/front/src/core/ClipEdges/src/clipping-edges.ts
@@ -228,7 +228,7 @@ export class ClippingEdges
228
const tempMatrix = new THREE.Matrix4();
229
instanced.getMatrixAt(i, tempMatrix);
230
tempMesh.applyMatrix4(tempMatrix);
231
- tempMesh.applyMatrix4(mesh.matrix);
+ tempMesh.applyMatrix4(mesh.matrixWorld);
232
tempMesh.updateMatrix();
233
tempMesh.updateMatrixWorld();
234
0 commit comments