UNPKG
rl-loadout-lib
Version:
latest (0.6.0)
0.6.0
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
Load Rocket League assets into three.js
github.com/Longi94/rl-loadout-lib
Longi94/rl-loadout-lib
rl-loadout-lib
/
dist
/
webgl
/
include
/
color.d.ts
2 lines
•
199 B
TypeScript
View Raw
1
2
export declare const
COLOR_INCLUDE
=
"
\n
vec3 blendNormal(vec3 base, vec3 blend, float opacity) {
\n
return (blend * opacity + base * (1.0 - opacity));
\n
}
\n
"
;
//# sourceMappingURL=color.d.ts.map