UNPKG
texturity.js
Version:
latest (0.4.0)
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0
WebGL based library for drawing textures
github.com/Ni55aN/texturity.js
Ni55aN/texturity.js
texturity.js
/
src
/
shaders
/
chunks
/
gray.js
5 lines
•
118 B
JavaScript
View Raw
1
2
3
4
5
export default
function
() { return `
float
gray
(vec3 c){ return
dot
(c,vec3(
0.299
,
0.587
,
0.114
)); }`; }