@deck.gl/aggregation-layers
Advanced tools
Comparing version
@@ -381,6 +381,4 @@ // Copyright (c) 2015 - 2019 Uber Technologies, Inc. | ||
const moduleSettings = this.getModuleSettings(); | ||
const positions = attributes.positions.buffer; | ||
const uniforms = { radiusPixels, commonBounds, textureWidth: textureSize, weightsScale }; | ||
const weights = attributes.weights.buffer; | ||
weightsTransform.model.setAttributes({ positions, weights }); | ||
this._setModelAttributes(weightsTransform.model, attributes); | ||
weightsTransform.model.setVertexCount(this.getNumInstances()); | ||
@@ -387,0 +385,0 @@ weightsTransform.model.setUniforms(uniforms); |
@@ -6,3 +6,3 @@ { | ||
"type": "module", | ||
"version": "9.0.21", | ||
"version": "9.0.23", | ||
"publishConfig": { | ||
@@ -53,3 +53,3 @@ "access": "public" | ||
}, | ||
"gitHead": "bb9a6c4887b58e210223d4c6f5472811bd096521" | ||
"gitHead": "3574ce735fa6e90e6207bef8edbccac27949d3c1" | ||
} |
@@ -591,6 +591,4 @@ // Copyright (c) 2015 - 2019 Uber Technologies, Inc. | ||
const moduleSettings = this.getModuleSettings(); | ||
const positions = attributes.positions.buffer; | ||
const uniforms = {radiusPixels, commonBounds, textureWidth: textureSize, weightsScale}; | ||
const weights = attributes.weights.buffer; | ||
weightsTransform.model.setAttributes({positions, weights}); | ||
this._setModelAttributes(weightsTransform.model, attributes); | ||
weightsTransform.model.setVertexCount(this.getNumInstances()); | ||
@@ -597,0 +595,0 @@ weightsTransform.model.setUniforms(uniforms); |
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
1349726
-0.05%24119
-0.04%