gl-spikes3d
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "gl-spikes3d", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "spikes.js", |
@@ -10,3 +10,7 @@ 'use strict' | ||
module.exports = function(gl) { | ||
return createShader(gl, vertSrc, fragSrc) | ||
return createShader(gl, vertSrc, fragSrc, null, [ | ||
{name: 'position', type: 'vec3'}, | ||
{name: 'color', type: 'vec3'}, | ||
{name: 'weight', type: 'float'} | ||
]) | ||
} |
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
11337
216