We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837c044 commit ec665c3Copy full SHA for ec665c3
src/Layer/OGC3DTilesLayer.js
@@ -292,7 +292,7 @@ class OGC3DTilesLayer extends GeometryLayer {
292
293
// Setup classification bufferAttribute
294
if (model.isPoints) {
295
- const classificationData = batchTable?.getData('Classification');
+ const classificationData = batchTable?.getPropertyArray('Classification');
296
if (classificationData) {
297
geometry.setAttribute('classification',
298
new THREE.BufferAttribute(classificationData, 1),
0 commit comments