gl-mesh3d
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -581,3 +581,3 @@ 'use strict' | ||
if(!c) { | ||
tCol.push(0,0,0,0) | ||
tCol.push(0.5,0.5,0.5,1) | ||
} else if(this.opacityscale && vertexIntensity) { | ||
@@ -584,0 +584,0 @@ tCol.push(c[0], c[1], c[2], |
{ | ||
"name": "gl-mesh3d", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "3D mesh drawing", | ||
@@ -5,0 +5,0 @@ "main": "mesh.js", |
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
54680