UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

8 lines (7 loc) 241 B
module.exports = [ 'vec4 applyLighting (vec4 fragColor, vec3 normal)', '{', ' vec4 lighting = getLighting(fragColor, normal);', ' return fragColor * vec4(lighting.rgb * lighting.a, lighting.a);', '}', ].join('\n');