diff --git a/example/src/PivotPointMesh.js b/example/src/PivotPointMesh.js index 2f43c1f10..3b6531479 100644 --- a/example/src/PivotPointMesh.js +++ b/example/src/PivotPointMesh.js @@ -16,6 +16,12 @@ export class PivotPointMesh extends Mesh { } + updateMatrixWorld() { + + this.matrixWorld.makeTranslation( this.position ); + + } + dispose() { this.geometry.dispose();