glsl-aastep
Version:
anti-alias smoothstep utility function
40 lines (39 loc) • 810 B
JSON
{
"name": "glsl-aastep",
"version": "1.0.1",
"description": "anti-alias smoothstep utility function",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"keywords": [
"aa",
"aastep",
"anti",
"alias",
"anti-alias",
"antialias",
"derivative",
"standard",
"float",
"dFdx",
"dFdy",
"GL_OES_standard_derivatives"
],
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glsl-aastep.git"
},
"homepage": "https://github.com/stackgl/glsl-aastep",
"bugs": {
"url": "https://github.com/stackgl/glsl-aastep/issues"
}
}