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

Load scenes with bitECS #5793

Merged
merged 25 commits into from
Nov 15, 2022
Merged

Load scenes with bitECS #5793

merged 25 commits into from
Nov 15, 2022

Commits on Nov 3, 2022

  1. Add scene loading system

    johnshaughnessy authored and netpro2k committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    96f21ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b5b48 View commit details
    Browse the repository at this point in the history
  3. Scene loading (continued)

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d0361e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a575b9a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Fix typo

    johnshaughnessy committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a9b30a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Load environment system settings, replace error image, work on cleaning

    up disposable resources
    
    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    7fb2d12 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Add GLTFDisposeExtension

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    78d1888 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Add support for nav-mesh components

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e33f31a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e7796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6e92b8 View commit details
    Browse the repository at this point in the history
  4. Clean up code that tracks disposables in GLTF

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    Co-authored-by: Takahiro <hogehoge@gachapin.jp>
    3 people committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    bdb82c4 View commit details
    Browse the repository at this point in the history
  5. Handle visible and frustum components

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    0bcaf8d View commit details
    Browse the repository at this point in the history
  6. Add image-loader to gltf loaders

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3a5c01a View commit details
    Browse the repository at this point in the history
  7. Clean up environment settings on scene transition

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    80ef3b5 View commit details
    Browse the repository at this point in the history
  8. Remove log about legacy load path

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6b23d4f View commit details
    Browse the repository at this point in the history
  9. Give a better comment

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5f53cc0 View commit details
    Browse the repository at this point in the history
  10. Skybox is null by default

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    8cbdcfc View commit details
    Browse the repository at this point in the history
  11. Clean up video textures

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c618d6b View commit details
    Browse the repository at this point in the history
  12. Rename Image -> MediaImage

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    cb0bd7c View commit details
    Browse the repository at this point in the history
  13. Refactor ProjectionMode

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    89607a1 View commit details
    Browse the repository at this point in the history
  14. lint

    johnshaughnessy committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    59b0e7a View commit details
    Browse the repository at this point in the history
  15. lint

    johnshaughnessy committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    9a0dfa7 View commit details
    Browse the repository at this point in the history
  16. Object3D always has a userData

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    9cd1e8e View commit details
    Browse the repository at this point in the history
  17. Cleanup scene loading

    Co-authored-by: Dominick D'Aniello <netpro2k@gmail.com>
    johnshaughnessy and netpro2k committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    fc10fed View commit details
    Browse the repository at this point in the history
  18. lsp organize imports

    johnshaughnessy committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    9c2d2e7 View commit details
    Browse the repository at this point in the history