Materials & Lighting

Billboard Particles

What this shows

Render camera-facing particles for smoke, debris, or markers.

This example needs a Canvas2D-capable browser.

Loading scene…

Loading scene…

Key API excerpt

import * as EASEL from "@xsyetopz/easel";

const points = new EASEL.Points(geometry, new EASEL.PointsMaterial({ color: 0x73d5ec, size: 4 }));

scene.add(points);