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

Built-in skybox #8275

Merged
merged 31 commits into from
Apr 2, 2023
Merged

Built-in skybox #8275

merged 31 commits into from
Apr 2, 2023

Commits on Mar 30, 2023

  1. WIP SkyboxPlugin

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    5a4ba5c View commit details
    Browse the repository at this point in the history
  2. Shader WIP

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    28eb2aa View commit details
    Browse the repository at this point in the history
  3. Hook up bind group

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    73f7192 View commit details
    Browse the repository at this point in the history
  4. Fixes

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4559cbd View commit details
    Browse the repository at this point in the history
  5. Misc refactor

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    14ff0c2 View commit details
    Browse the repository at this point in the history
  6. Misc fix

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2279f09 View commit details
    Browse the repository at this point in the history
  7. Extract skybox

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    addf220 View commit details
    Browse the repository at this point in the history
  8. Shader fixes

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c952cc6 View commit details
    Browse the repository at this point in the history
  9. Fix shader

    JMS55 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    121ce48 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ad5eaa View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Fix skybox shader

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b23e640 View commit details
    Browse the repository at this point in the history
  2. Improve shader

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9eb67d9 View commit details
    Browse the repository at this point in the history
  3. Move skybox module

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    6286b8f View commit details
    Browse the repository at this point in the history
  4. Add doc

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    0b8e3d5 View commit details
    Browse the repository at this point in the history
  5. Misc doc

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9b29b5d View commit details
    Browse the repository at this point in the history
  6. Doc tweak

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    0d57752 View commit details
    Browse the repository at this point in the history
  7. Change visibilities

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9f147c1 View commit details
    Browse the repository at this point in the history
  8. Misc

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    637a313 View commit details
    Browse the repository at this point in the history
  9. Fix imports

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    73089f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    00a62df View commit details
    Browse the repository at this point in the history
  11. Misc removal

    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    34a8ee9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e1bfee View commit details
    Browse the repository at this point in the history
  13. Use a fullscreen triangle to render the skybox

    No Mesh is needed.
    superdump committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ec9f0c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d00802d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bbbb708 View commit details
    Browse the repository at this point in the history
  16. Cleanup after rebase

    superdump committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    144f88b View commit details
    Browse the repository at this point in the history
  17. Remove debug notes

    superdump committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    be50268 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #10 from superdump/skybox-fullscreen-triangle

    Skybox fullscreen triangle
    JMS55 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f0c7f70 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Update crates/bevy_core_pipeline/src/skybox/skybox.wgsl

    Co-authored-by: robtfm <50659922+robtfm@users.noreply.github.com>
    JMS55 and robtfm committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    0d9216c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0c1a15 View commit details
    Browse the repository at this point in the history
  3. Remove separator

    JMS55 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    36f4939 View commit details
    Browse the repository at this point in the history