Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pcoGeometry is undefined during clone, causes an error #43

Open
wbobeirne opened this issue Aug 2, 2024 · 1 comment
Open

pcoGeometry is undefined during clone, causes an error #43

wbobeirne opened this issue Aug 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@wbobeirne
Copy link

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.

@wbobeirne wbobeirne changed the title pcoGeometry is null during clone, causes an error pcoGeometry is undefined during clone, causes an error Aug 2, 2024
@tentone tentone added the bug Something isn't working label Aug 10, 2024
@tentone
Copy link
Owner

tentone commented Aug 10, 2024

Thanks a lot for reporting.

Will take a look into this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants