1.2.19 • Published 2 years ago

@polygonjs/plugin-mapbox v1.2.19

Weekly downloads
48
License
MIT
Repository
github
Last release
2 years ago

Polygonjs Mapbox Plugin

This adds several nodes to work with Mapbox with the Polygonjs webgl engine.

See Live Demo or example repo:

example scene with mapbox camera

Install

Import the plugin:

yarn add @polygonjs/plugin-mapbox

And register the plugin in the function configurePolygonjs in the file PolyConfig.js so that the mapbox nodes can be accessible in both the editor and your exported scene:

import {polyPluginMapbox} from '@polygonjs/plugin-mapbox/dist/src/index';

export function configurePolygonjs(poly) {
	poly.registerPlugin(polyPluginMapbox);
	polyPluginMapbox.setToken('<your-mapbox-token>');
}
1.2.19

2 years ago

1.2.13

2 years ago

1.2.16

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.257-2

2 years ago

1.1.257

2 years ago

1.1.246

2 years ago

1.1.219

2 years ago

1.1.218

2 years ago

1.1.218-2

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago