diff --git a/src/components/hoverable-visuals.js b/src/components/hoverable-visuals.js index 004f99a053..9c39b890ac 100644 --- a/src/components/hoverable-visuals.js +++ b/src/components/hoverable-visuals.js @@ -1,19 +1,7 @@ import { showHoverEffect } from "../utils/permissions-utils"; -// prettier-ignore -const interactorOneTransform = [ - 1, 0, 0, 0, - 0, 1, 0, 0, - 0, 0, 1, 0, - 0, 0, 0, 1 -]; -// prettier-ignore -const interactorTwoTransform = [ - 1, 0, 0, 0, - 0, 1, 0, 0, - 0, 0, 1, 0, - 0, 0, 0, 1 -]; +const interactorOneTransform = []; +const interactorTwoTransform = []; export const validMaterials = ["MeshStandardMaterial", "MeshBasicMaterial", "MeshPhongMaterial"]; /**