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

Hide LOD progressive loading mode behind the flag #5795

Merged
merged 1 commit into from
Nov 28, 2022

Commits on Nov 15, 2022

  1. Hide LOD progressive loading mode behind the flag

    Currently LOD progressive loading mode is chosen
    by default but it may be useless without rangerequests
    that is hidden by flag because without rangerequests
    the glTF loader starts with loading entire file
    and just lazily parse higher levels on demand.
    Just lazy parsing isn't worth. It just makes the
    loading path complex.
    
    So better to hide LOD progressive loading mode
    behind the flag. Enable both range requests and
    LOD progressive loading mode if rangerequests
    query strings is in URL.
    takahirox committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3d37c0f View commit details
    Browse the repository at this point in the history