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