lore-engine
Advanced tools
Comparing version 1.0.32 to 1.0.35
{ | ||
"name": "lore-engine", | ||
"version": "1.0.32", | ||
"version": "1.0.35", | ||
"description": "A WebGL based 3D data visualization engine.", | ||
@@ -5,0 +5,0 @@ "main": "./app.js", |
@@ -28,3 +28,3 @@ //@ts-check | ||
// machine doesn't support it, go to callback. | ||
if (Shaders[shaderName].glVersion === 2 && !this.renderer.webgl2) { | ||
if (Shaders[shaderName].glVersion === 2 && !renderer.webgl2) { | ||
console.warn('Switching from ' + shaderName + ' to fallback shader ' + | ||
@@ -31,0 +31,0 @@ Shaders[shaderName].fallback + ' due to missing WebGL2 support.'); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
43966107