lore-engine
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -50,3 +50,4 @@ //@ts-check | ||
center: new Lore.Math.Vector3f(125, 125, 125), | ||
antialiasing: this.opts.antialiasing | ||
antialiasing: this.opts.antialiasing, | ||
alphaBlending: this.opts.alphaBlending | ||
}); | ||
@@ -53,0 +54,0 @@ |
(function() { | ||
let lore = Lore.init('lore', { | ||
clearColor: '#222222', | ||
enableTransparency: true | ||
enableTransparency: true, | ||
alphaBlending: true | ||
}); | ||
@@ -6,0 +7,0 @@ |
{ | ||
"name": "lore-engine", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "A WebGL based 3D data visualization engine.", | ||
@@ -5,0 +5,0 @@ "main": "./app.js", |
@@ -6,3 +6,3 @@ ![Lore](https://github.com/reymond-group/lore/blob/master/logo.png?raw=true) | ||
# Lore | ||
Current Version: 1.0.15 ([Godzilla](https://youtu.be/RTzb-sduiWc)) | ||
Current Version: 1.0.16 ([Godzilla](https://youtu.be/RTzb-sduiWc)) | ||
@@ -9,0 +9,0 @@ ### Teasers |
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
44205971
32449