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

depthWrite as part of schema #25

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    dfa56ea View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. add support for discarding based on depth.

    usefull for children that may have to much spill when combined with depthWrite:true
    arthurmougin committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    00d11e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    0e2400e View commit details
    Browse the repository at this point in the history
  2. With iOS error being difficult to catch,

    encapsulating the fetch into an autoretry loop spaced by 1s delay
    Parsing logic has been moved into new parseData function
    arthurmougin committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    744dc5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1054367 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. fix support for ios

    arthurmougin committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    704d2be View commit details
    Browse the repository at this point in the history