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 = [];