|
@@ -69,8 +69,8 @@ export const FlyGLTFClass = {
|
|
|
loadGLTF(){
|
|
|
const loader = new GLTFLoader();
|
|
|
let that = this;
|
|
|
- loader.load('public/gltf/mtwrj.glb', function (gltf) {
|
|
|
- gltf.scene.scale.set(6, 6, 6);
|
|
|
+ loader.load('public/gltf/wrj.glb', function (gltf) {
|
|
|
+ gltf.scene.scale.set(1, 1, 1);
|
|
|
that.scene.add(gltf.scene);
|
|
|
that.targetObject = gltf.scene;
|
|
|
|