1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00

threejs 0.126

This commit is contained in:
Kevin Levron 2021-03-12 00:14:07 +01:00
parent ef8a4d779f
commit faefaef1db
2 changed files with 2 additions and 3 deletions

View File

@ -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"
},

View File

@ -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) {