-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to_glam for Vec3 to output a Vec3A instead of a Vec4 Add to_glam fn for more things
- Loading branch information
Showing
9 changed files
with
244 additions
and
53 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
Submodule RocketSim
updated
7 files
+5 −0 | src/Framework.h | |
+18 −0 | src/Math/MathTypes/MathTypes.h | |
+2 −2 | src/RocketSim.cpp | |
+1 −0 | src/RocketSim.h | |
+3 −0 | src/Sim/Arena/Arena.cpp | |
+11 −0 | src/Sim/Car/Car.cpp | |
+29 −6 | src/Sim/Car/Car.h |
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
Oops, something went wrong.