peterqliu / threebox

A three.js plugin for Mapbox GL JS, with support for basic animation and advanced 3D rendering.
MIT License
526 stars 320 forks source link

Question: is threebox + three.js terrain mesh possible? #29

Closed clintharris closed 7 years ago

clintharris commented 7 years ago

Is there any reason why it wouldn't be possible to use threebox as you've documented, but also add a THREE.PlaneGeometry terrain mesh to the MapBox GL map (as described by Peter here)?

peterqliu commented 7 years ago

It's certainly possible, but since the terrain mesh covers the whole map, the mapboxgl context on which threebox sits atop is unnecessary.