@antv/g-shader-components
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@antv/g-shader-components", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Shader components based on glslify", | ||
@@ -32,3 +32,3 @@ "main": "scene.both.glsl", | ||
"homepage": "https://github.com/antvis/g#readme", | ||
"gitHead": "e713211a92d77d0820e3252c3e8704aefda9c2e7" | ||
"gitHead": "688274a67997224971b11c806a0e363ea1326240" | ||
} |
@@ -28,4 +28,4 @@ # @antv/g-shader-components | ||
gl_FragColor = u_Color; | ||
gl_FragColor.a = gl_FragColor.a * u_Opacity; | ||
gbuf_color = u_Color; | ||
gbuf_color.a = gbuf_color.a * u_Opacity; | ||
@@ -32,0 +32,0 @@ // 绘制 wireframe |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4940