mapbox-bloom-effect-sample

Implementing Bloom Effect with Three.js in Mapbox

入门
GitHub在线演示
Stars:29
License:未知
更新:2025/8/24

README

mapbox-bloom-effect-sample

English | 中文

Add bloom effect in Mapbox

image

Online example: https://ethan-zf.github.io/mapbox-bloom-effect-sample/example/index.html

Quick Start

  1. Install dependencies npm i

  2. Configure Mapbox token. You need to create a file named accessToken.js in the root director

File content:

const accessToken = 'Your mapbox ACCESS_TOKEN';
export default accessToken;
  1. Run npm run dev to run the local demo