- 3d map with three.js
- used in auto-drive simulation systerm
- map control
import PigeonGL from 'pigeon-gl';
var map = new PigeonGL.Map({
container:document.getElementById("map"),
center:[0,0],
width:window.innerWidth,
height:window.innerHeight,
pitch:0,
rotation:0,
zoom:21
})
//add models
map.world.add(obj)
npm run build
npm run doc