From 87e8bf055ea97965cc94ead3cc103fa67820fb4b Mon Sep 17 00:00:00 2001 From: lindsay Date: Wed, 8 Nov 2023 00:30:27 +0100 Subject: [PATCH] Added SceneModel.createDTXLayer #1213 --- src/viewer/scene/model/SceneModel.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/viewer/scene/model/SceneModel.js b/src/viewer/scene/model/SceneModel.js index 25298b4a11..bbc0a314af 100644 --- a/src/viewer/scene/model/SceneModel.js +++ b/src/viewer/scene/model/SceneModel.js @@ -2225,15 +2225,15 @@ export class SceneModel extends Component { * @param cfg.edgeIndices8Bits: Uint8Array; * @param cfg.edgeIndices16Bits: Uint16Array; * @param cfg.edgeIndices32Bits: Uint32Array; - * @param cfg.perObjectColors: Uint8Array; - * @param cfg.perObjectPickColors: Uint8Array; - * @param cfg.perObjectSolid: Uint8Array; - * @param cfg.perObjectOffsets: Uint32Array; - * @param cfg.perObjectPositionsDecodeMatrices: Uint32Array; - * @param cfg.perObjectInstancePositioningMatrices: Uint32Array; - * @param cfg.perObjectVertexBases: Uint32Array; - * @param cfg.perObjectIndexBaseOffsets: Uint32Array; - * @param cfg.perObjectEdgeIndexBaseOffsets: Uint32Array; + * @param cfg.perEntityColors: Uint8Array; + * @param cfg.perEntityPickColors: Uint8Array; + * @param cfg.perEntitySolid: Uint8Array; + * @param cfg.perEntityOffsets: Uint32Array; + * @param cfg.perEntityPositionsDecodeMatrices: Uint32Array; + * @param cfg.perEntityInstancePositioningMatrices: Uint32Array; + * @param cfg.perEntityVertexBases: Uint32Array; + * @param cfg.perEntityIndexBaseOffsets: Uint32Array; + * @param cfg.perEntityEdgeIndexBaseOffsets: Uint32Array; * @param cfg.perTriangleNumberPortionId8Bits: Uint32Array; * @param {Uint32Array} cfg.perTriangleNumberPortionId16Bits * @param {Uint32Array} cfg.perTriangleNumberPortionId32Bits