pigeon-gl
v1.0.17
Published
webgl pigeon map
Readme
pigeon-gl
- 3d map with three.js
- used in auto-drive simulation systerm
- map control
demo
basic

api
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)
build
npm run builddoc
npm run doc