⚠️ WORK IN PROGRESS - This library is under active development and not yet ready for production use.
A library for atmospheric rendering based on t3d.js. Inspired by precomputed_atmospheric_scattering
# Install dependencies
npm install
# Development build with watch mode
npm run dev
# Production build
npm run build
To build and run the examples:
# Option 1: From the root directory
npm run install-examples
# Option 2: Navigate to examples directory
cd ./examples && npm install