threebox icon indicating copy to clipboard operation
threebox copied to clipboard

Implement LOD

Open jscastro76 opened this issue 5 years ago • 4 comments

Three js LOD Mapbox LOD

jscastro76 avatar Jul 05 '20 20:07 jscastro76

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.

joshnice avatar Jul 17 '20 14:07 joshnice

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.

jscastro76 avatar Jul 17 '20 14:07 jscastro76

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?

joshnice avatar Sep 02 '20 09:09 joshnice

I’ll definitely take a look to it

jscastro76 avatar Sep 02 '20 11:09 jscastro76