nicky132 / threebox

A three.js plugin for Mapbox GL JS, with support for basic animation and advanced 3D rendering.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

threebox

A three.js plugin for Mapbox GL JS, using the custom layer feature. Provides convenient methods to manage objects in lnglat coordinates, and to synchronize the map and scene cameras.

threebox

Compatibility/Dependencies

  • Mapbox v.0.50.0 and later (for custom layer support)
  • Three.r94 (already bundled into the Threebox build). If desired, other versions can be swapped in and rebuilt here, though compatibility is not guaranteed.

Getting started

Download the bundle from dist/threebox.js and add include it in a <script> tag on your page.

Several introductory examples are here. To run them, create a config.js file with your Mapbox access token, alongside and in the format of the template.

Documentation lives here.

Contributing

Build the library with npm run build, or npm run dev to rebuild continuously as you develop. Both commands will output a bundle in /dist/threebox.js.

Tests live here -- run index.html and check the console for test results.

About

A three.js plugin for Mapbox GL JS, with support for basic animation and advanced 3D rendering.

License:MIT License


Languages

Language:JavaScript 99.1%Language:HTML 0.9%