Implement LOD
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, 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.
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?
I’ll definitely take a look to it