pigeon-gl

1.0.17 • Public • Published

pigeon-gl

  • 3d map with three.js
  • used in auto-drive simulation systerm
  • map control

demo

basic

basic basic

api

documention

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 build

doc

npm run doc

Dependencies (2)

Dev Dependencies (14)

Package Sidebar

Install

npm i pigeon-gl

Weekly Downloads

0

Version

1.0.17

License

MIT

Unpacked Size

47.5 kB

Total Files

3

Last publish

Collaborators

  • mizy