Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982b908 commit 2b81710Copy full SHA for 2b81710
src/Layer/PointCloudLayer.js
@@ -147,7 +147,7 @@ class PointCloudLayer extends GeometryLayer {
147
* name. See the list of properties to know which one can be specified.
148
*/
149
constructor(id, config = {}) {
150
- super(id, new THREE.Group(), config);
+ super(id, config.object3d || new THREE.Group(), config);
151
this.isPointCloudLayer = true;
152
this.protocol = 'pointcloud';
153
0 commit comments