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

Need <Splat> loaded boolean #2113

Open
NORXONDOR opened this issue Sep 29, 2024 · 0 comments
Open

Need <Splat> loaded boolean #2113

NORXONDOR opened this issue Sep 29, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NORXONDOR
Copy link

Describe the feature you'd like:

I want Splat to have a boolean, which when all positional data has been loaded, gets set to True. Code can then monitor when this updates and then read all of the positional data to generate something like the boundingBox for the model, instead of checking something like the last value of centerAndScaleTexture.source.data.data to determine if positional data has been set (my current implementation).

Better yet, an in-built boundngBox/Sphere calculation and attribute would be nice, as that is for what I am using the positional data.

Suggested implementation:

It seems like positional data is loaded in pushDataBuffer(). If this could set a shared boolean to True, it would fix this. If you want some help for the boundingBox calculation code, I am happy to provide.

@NORXONDOR NORXONDOR added the enhancement New feature or request label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant