16.03.2017, 19:31
Update v1.1!
- Player collision detection added:
Notice bool:playercol = true, setting it false will disable player collisions and the simulation will pass through players.
- Player collision detection added:
Код:
Projectile(Float:x, Float:y, Float:z, Float:vx, Float:vy, Float:vz, Float:sphere_radius = 1.0, Float:acceleration = 0.0, Float:mass = 1.0, Float:friction = 10.0, Float:air_resistance = 0.5, Float:gravity = 4.1, bool:playercol = true);