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

Rename Plane struct to HalfSpace #8744

Merged
merged 13 commits into from
Jun 12, 2023
Merged

Rename Plane struct to HalfSpace #8744

merged 13 commits into from
Jun 12, 2023

Commits on Jun 1, 2023

  1. Refactor Plane struct

    hate committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    6c4f8aa View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Adjust HalfSpace documentation

    hate committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    4958bc8 View commit details
    Browse the repository at this point in the history
  2. fmt

    hate committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    ddde5ac View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Reword HalfSpace documentation

    hate committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    5e12dff View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Update crates/bevy_render/src/primitives/mod.rs

    Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
    hate and alice-i-cecile authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9b1b92f View commit details
    Browse the repository at this point in the history
  2. Add backticks

    hate committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    997a5bb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Update crates/bevy_render/src/primitives/mod.rs

    Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com>
    hate and nicopap authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    576ac98 View commit details
    Browse the repository at this point in the history
  2. remove line

    hate committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    dfc862b View commit details
    Browse the repository at this point in the history
  3. Adjust Frustum documentation

    hate committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    d9469e7 View commit details
    Browse the repository at this point in the history
  4. Grammar

    hate committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    cdbb26c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45b78e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Update crates/bevy_render/src/primitives/mod.rs

    Co-authored-by: Nicola Papale <nicopap@users.noreply.github.com>
    hate and nicopap authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d13eea9 View commit details
    Browse the repository at this point in the history
  2. add missing documentation

    hate committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    478cbad View commit details
    Browse the repository at this point in the history