1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +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-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0-beta.10", "rollup-plugin-vue": "^6.0.0-beta.10",
"sass": "^1.26.10", "sass": "^1.26.10",
"three": "^0.125.2", "three": "^0.126",
"vite": "^2.0.5", "vite": "^2.0.5",
"vue": "^3.0.7" "vue": "^3.0.7"
}, },

View File

@ -1,6 +1,5 @@
import { import {
DoubleSide, DoubleSide,
Face3,
InstancedBufferAttribute, InstancedBufferAttribute,
InstancedMesh, InstancedMesh,
MathUtils, MathUtils,
@ -10,7 +9,7 @@ import {
Vector3, Vector3,
} from 'three'; } 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 { export default class AnimatedPlane {
constructor(params) { constructor(params) {