RhoAl / CS46X-Engineering-Simulations-4-Car-Sim-And-Terrain

Main repository for Engineering Simulations Team 4
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Collision Spawn Adjustment #25

Open RhoAl opened 6 months ago

RhoAl commented 6 months ago

The current raycast collision system uplifts the car above the default environment (depending on where the position the ray is spawned in from). Adjust the raycasting so that the car is more level to the ground.

RhoAl commented 6 months ago

We can get it pretty close to the ground now.