Commit graph

3 commits

Author SHA1 Message Date
df6a989977 ball movement (#2)
the things I manually changed were adding Ball Impulse.cs and Bounce.PhysicalMaterial. I added rigidBody components to the ball and collision components to the ball and court. I also added a trail to the ball for visual aid. Ball Impulse is a script that just creates a 3d vector for momentum. I'm using the default gravity that came with the ball's rigidBody component, and I can find out later what the values for drag, impulse, or bounce are in real world units.

Reviewed-on: #2
Reviewed-by: Blizzard Finnegan <blizzardfinnegan@gmail.com>
Co-authored-by: Wesley Madden <wmadden314@gmail.com>
Co-committed-by: Wesley Madden <wmadden314@gmail.com>
2024-04-01 12:03:25 -04:00
e928956fa0
Init with professor-distributed files 2024-02-22 10:23:47 -05:00
3963673b5f
Initial commit 2024-02-02 13:32:46 -05:00