-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow batch reading of mesh chunks (#7001)
* Implement reading of mesh chunks with list input * Remove length of jumptable * Move meshfile parameter out of list of requests * refactor mesh loading saga into sub sagas * use new batched mesh loading (still fails) * debug and fix incorrect jumptable * clean up * refactor jump table decoding * implement dynamic batching and add benchmark code * clean up * remove comment * add spec for chunkDynamically * don't compute jump table in back-end as front-end can compute this on its own * remove only modifier * update draco decoder to v1.5.6 to fix buggy error propagation * better error reporting and also avoid crashing entire batch if one chunk fails * clean up * clean up * wording * clean up * update changelog * add timing code * use serialCombined * add timing code * temporarily disable most CI checks * Revert "temporarily disable most CI checks" This reverts commit da694d8. * temporarily disable most CI checks * format * Revert "temporarily disable most CI checks" This reverts commit da54174. * add comment explaining where draco file came from * fix typo and remove timing code * Apply suggestions from code review --------- Co-authored-by: Philipp Otto <[email protected]> Co-authored-by: Philipp Otto <[email protected]>
- Loading branch information
1 parent
3a3795a
commit 58bce4e
Showing
14 changed files
with
543 additions
and
316 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.