UNPKG

rl-loadout-lib

Version:

Load Rocket League assets into three.js

9 lines 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // language=GLSL exports.COLOR_INCLUDE = ` vec3 blendNormal(vec3 base, vec3 blend, float opacity) { return (blend * opacity + base * (1.0 - opacity)); } `; //# sourceMappingURL=color.js.map