UNPKG

@animech-public/playcanvas

Version:
9 lines (7 loc) 200 B
var storeEVSMPS = ` float exponent = VSM_EXPONENT; depth = 2.0 * depth - 1.0; depth = exp(exponent * depth); gl_FragColor = vec4(depth, depth*depth, 1.0, 1.0); `; export { storeEVSMPS as default };