From db4f15bfd5b09252856871d5a23f8c6be88895ce Mon Sep 17 00:00:00 2001 From: JANGHYUNn Date: Mon, 18 Dec 2023 16:26:48 +0900 Subject: [PATCH] =?UTF-8?q?3d=20model=20=EC=84=A4=EB=AA=85=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map/mapbox/MapBoxMap.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/map/mapbox/MapBoxMap.js b/src/components/map/mapbox/MapBoxMap.js index 2de35a9..d66d6cb 100644 --- a/src/components/map/mapbox/MapBoxMap.js +++ b/src/components/map/mapbox/MapBoxMap.js @@ -24,7 +24,13 @@ import flatGimpo from '../../map/geojson/flatGimpoAirportAirArea.json'; import { mapInitAction } from '../../../modules/control/map/actions/controlMapActions'; import * as THREE from 'three'; -// example 3d gltf 파일 +/** + * example 3d gltf 파일 + * + * boeing_777_airplane.glb : 비행기 3D Model + * drone-1.glb : 드론 3D Model + * out.glb : UAM 3D Model + */ import UamGltf from './models/boeing_777_airplane.glb'; let gridCoords = [];