GooTechnologies / goojs

3D WebGL engine.
http://goocreate.com
MIT License
1.21k stars 139 forks source link

Fix kernel building in convolution shader #5

Closed hccampos closed 8 years ago

hccampos commented 8 years ago

Ensure that the sigma value passed to the buildKernel function of the convolution shader is a positive value. Otherwise the kernel size is invalid.