New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

glsl-aastep

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glsl-aastep - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "glsl-aastep",
"version": "1.0.0",
"version": "1.0.1",
"description": "anti-alias smoothstep utility function",

@@ -39,2 +39,2 @@ "main": "index.js",

}
}
}

@@ -7,2 +7,4 @@ # glsl-aastep

[(glslbin demo)](http://glslb.in/s/d7b309df)
Performs a smoothstep using standard derivatives for anti-aliased edges at any level of magnification. If `GL_OES_standard_derivatives` is not available, this falls back to using `step()` without any anti-aliasing.

@@ -46,3 +48,3 @@

//animate zoom
uv /= sin(iGlobalTime);
uv /= sin(iGlobalTime * 0.2);

@@ -49,0 +51,0 @@ //radial distance

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc