UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

9 lines (8 loc) 161 B
const ALPHA_VISIBILITY_THRESHOLD = 1 / 255; const CACHE_STRIDE = 8; const NUM_BUCKETS = 64; export { ALPHA_VISIBILITY_THRESHOLD, CACHE_STRIDE, NUM_BUCKETS };