From faefaef1dba89651e442ace589c2c223430209a7 Mon Sep 17 00:00:00 2001 From: Kevin Levron Date: Fri, 12 Mar 2021 00:14:07 +0100 Subject: [PATCH] threejs 0.126 --- package.json | 2 +- src/components/sliders/AnimatedPlane.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 39e1cb3..af09d1c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-vue": "^6.0.0-beta.10", "sass": "^1.26.10", - "three": "^0.125.2", + "three": "^0.126", "vite": "^2.0.5", "vue": "^3.0.7" }, diff --git a/src/components/sliders/AnimatedPlane.js b/src/components/sliders/AnimatedPlane.js index 4d034b2..3ac8178 100644 --- a/src/components/sliders/AnimatedPlane.js +++ b/src/components/sliders/AnimatedPlane.js @@ -1,6 +1,5 @@ import { DoubleSide, - Face3, InstancedBufferAttribute, InstancedMesh, MathUtils, @@ -10,7 +9,7 @@ import { Vector3, } from 'three'; -import { Geometry } from 'three/examples/jsm/deprecated/Geometry.js'; +import { Geometry, Face3 } from 'three/examples/jsm/deprecated/Geometry.js'; export default class AnimatedPlane { constructor(params) {