Sorry for the obfuscated error, but I'm getting an uncaught error when I attempt to clone a scene with point clouds in it. It looks like this constructor is getting called without the pcoGeometry when the scene is cloned:
|
this.root = pcoGeometry.root; |
Not sure if this is a three problem with calling constructors improperly, or a potree problem where it needs to be more defensively coded.
Sorry for the obfuscated error, but I'm getting an uncaught error when I attempt to clone a scene with point clouds in it. It looks like this constructor is getting called without the
pcoGeometrywhen the scene is cloned:potree-core/source/point-cloud-octree.ts
Line 61 in 238198b
Not sure if this is a three problem with calling constructors improperly, or a potree problem where it needs to be more defensively coded.