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

Implement LOD #9

Open
jscastro76 opened this issue Jul 5, 2020 · 4 comments
Open

Implement LOD #9

jscastro76 opened this issue Jul 5, 2020 · 4 comments
Labels

Comments

@jscastro76
Copy link
Owner

Three js LOD
Mapbox LOD

@joshnice
Copy link

Hi, currently at work we have implemented a LOD solution for the peterqliu's Threebox library, currently we are attempting to update to this fork of Threebox for the application we work on and then to also implement the same LOD solution.

@jscastro76
Copy link
Owner Author

jscastro76 commented Jul 17, 2020

Hi, currently at work we have implemented a LOD solution for the peterqliu's Threebox library, currently we are attempting to update to this fork of Threebox for the application we work on and then to also implement the same LOD solution.

Hi @joshnice!
Glad to collaborate on that if you have any issue as I already have integrated this fork into a production solution. Regarding the LOD, if you have any branch I can take a look into, also happy to help on that one.

@joshnice
Copy link

joshnice commented Sep 2, 2020

Hi, I have recently started work on the LOD implementation and have a forked branch: https://github.com/joshnice/threebox
This contains an example of the LOD working however it is still a work in progress as there are a few more improvements I want to make to it. I also have a question about performance, in this current implementation I use the add and remove functions to change what objects are being shown, however would it be more efficient and improve performance if the visibility of the different LOD objects would change instead of adding and removing them?

@jscastro76
Copy link
Owner Author

I’ll definitely take a look to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants