-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a function for computing a world point from a screen point
- Loading branch information
Showing
14 changed files
with
690 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[package] | ||
name = "bevy_geometry" | ||
version = "0.5.0" | ||
authors = [ | ||
"Bevy Contributors <bevyengine@gmail.com>", | ||
"Aevyrie Roessler <aevyrie@gmail.com>", | ||
] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
bevy_transform = { path = "../bevy_transform", version = "0.5.0" } | ||
bevy_math = { path = "../bevy_math", version = "0.5.0" } | ||
bevy_reflect = { path = "../bevy_reflect", version = "0.5.0", features = ["bevy"] } |
Oops, something went wrong.