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:
parent
ef8a4d779f
commit
faefaef1db
@ -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"
|
||||
},
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user