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

Add a function for computing a world point from a screen point #1799

Closed
wants to merge 14 commits into from

Commits on Mar 11, 2021

  1. Add geometric primitives

    aevyrie committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    f87cc5c View commit details
    Browse the repository at this point in the history
  2. Update crates/bevy_geometry/Cargo.toml

    Co-authored-by: MinerSebas <66798382+MinerSebas@users.noreply.github.com>
    aevyrie and MinerSebas committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    5e1e472 View commit details
    Browse the repository at this point in the history
  3. re-exports

    aevyrie committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    5917041 View commit details
    Browse the repository at this point in the history
  4. crate publishing

    aevyrie committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    557c31a View commit details
    Browse the repository at this point in the history
  5. derives

    aevyrie committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    e2fd3d2 View commit details
    Browse the repository at this point in the history
  6. correct publish order

    aevyrie committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a9b5072 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. add all the things

    aevyrie committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    432138f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Adding helper methods

    aevyrie committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    45ba723 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Suggested review changes

    aevyrie committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    feab0c8 View commit details
    Browse the repository at this point in the history
  2. Fix errors and comments

    aevyrie committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    f369c50 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Update crates/bevy_geometry/src/lib.rs

    Co-authored-by: Grindv1k <torstein.grindvik@gmail.com>
    aevyrie and torsteingrindvik committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    924cc5a View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Grindv1k <torstein.grindvik@gmail.com>
    aevyrie and torsteingrindvik committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    e967a83 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    5b263ff View commit details
    Browse the repository at this point in the history
  2. merge geometry branch

    anchpop committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a877969 View commit details
    Browse the repository at this point in the history