@luma.gl/engine
Advanced tools
Comparing version 8.0.0-alpha.2 to 8.0.0-alpha.3
@@ -89,3 +89,3 @@ "use strict"; | ||
this.geometryBuffers = {}; | ||
this.isInstanced = props.isInstanced || props.instanced; | ||
this.isInstanced = props.isInstanced || props.instanced || props.instanceCount > 0; | ||
@@ -92,0 +92,0 @@ this._setModelProps(props); |
@@ -68,3 +68,3 @@ import ProgramManager from './program-manager'; | ||
this.geometryBuffers = {}; | ||
this.isInstanced = props.isInstanced || props.instanced; | ||
this.isInstanced = props.isInstanced || props.instanced || props.instanceCount > 0; | ||
@@ -71,0 +71,0 @@ this._setModelProps(props); |
@@ -76,3 +76,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
this.geometryBuffers = {}; | ||
this.isInstanced = props.isInstanced || props.instanced; | ||
this.isInstanced = props.isInstanced || props.instanced || props.instanceCount > 0; | ||
@@ -79,0 +79,0 @@ this._setModelProps(props); |
{ | ||
"name": "@luma.gl/engine", | ||
"version": "8.0.0-alpha.2", | ||
"version": "8.0.0-alpha.3", | ||
"description": "WebGL2 Components for High Performance Rendering and Computation", | ||
@@ -34,5 +34,5 @@ "license": "MIT", | ||
"@babel/runtime": "^7.0.0", | ||
"@luma.gl/constants": "8.0.0-alpha.2", | ||
"@luma.gl/shadertools": "8.0.0-alpha.2", | ||
"@luma.gl/webgl": "8.0.0-alpha.2", | ||
"@luma.gl/constants": "8.0.0-alpha.3", | ||
"@luma.gl/shadertools": "8.0.0-alpha.3", | ||
"@luma.gl/webgl": "8.0.0-alpha.3", | ||
"math.gl": "^3.0.0", | ||
@@ -42,3 +42,3 @@ "probe.gl": "^3.1.1", | ||
}, | ||
"gitHead": "07e2a074d37155ea97f16d1ee7b627284acc4840" | ||
"gitHead": "d5d70464aa3a9a1709830070fa70100b71009432" | ||
} |
@@ -91,3 +91,3 @@ /* eslint-disable complexity */ | ||
// geometry might have set drawMode and vertexCount | ||
this.isInstanced = props.isInstanced || props.instanced; | ||
this.isInstanced = props.isInstanced || props.instanced || props.instanceCount > 0; | ||
@@ -94,0 +94,0 @@ this._setModelProps(props); |
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
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
3091005
46279
+ Added@luma.gl/constants@8.0.0-alpha.3(transitive)
+ Added@luma.gl/gltools@8.0.0-alpha.3(transitive)
+ Added@luma.gl/shadertools@8.0.0-alpha.3(transitive)
+ Added@luma.gl/webgl@8.0.0-alpha.3(transitive)
- Removed@luma.gl/constants@8.0.0-alpha.2(transitive)
- Removed@luma.gl/gltools@8.0.0-alpha.2(transitive)
- Removed@luma.gl/shadertools@8.0.0-alpha.2(transitive)
- Removed@luma.gl/webgl@8.0.0-alpha.2(transitive)
Updated@luma.gl/webgl@8.0.0-alpha.3