UNPKG

playcanvas

Version:

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

9 lines (8 loc) 185 B
const DISTANCE_LINEAR = "linear"; const DISTANCE_INVERSE = "inverse"; const DISTANCE_EXPONENTIAL = "exponential"; export { DISTANCE_EXPONENTIAL, DISTANCE_INVERSE, DISTANCE_LINEAR };