jonsim / collision-domain

University of Bristol 3rd year 6-person project. Collision Domain is a massively multiplayer demolition derby game.
1 stars 1 forks source link

[Particle Effects] Dust Clouds #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Feature: Particle effect addition

Purpose of feature addition: Add particle effects to represent grass/mud being 
ripped up from the tyres, possibly based on the integral of the cars velocity 
(so that when the car is heavily accelerating it will spit stuff out as if it 
is struggling for traction).
Ensure this is not too graphically intensive.

Branch affected:
/branches/graphics-test

Original issue reported on code.google.com by JonathanSimmonds on 21 Jan 2012 at 7:04

GoogleCodeExporter commented 9 years ago
Currently building a particle model for this purpose.

Original comment by JonathanSimmonds on 1 Feb 2012 at 3:58

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Built the particle model as well as I can, awaiting method to find when wheels 
lose traction

Original comment by JonathanSimmonds on 10 Feb 2012 at 12:42

GoogleCodeExporter commented 9 years ago
I guess for now I could just give you the case where the brakes are on but the 
car is still moving?

Debugging the individual friction on a wheel at any given time hasn't really 
yielded anything interesting, but it seems the possible things to look at is 
endless..

Original comment by jami...@gmail.com on 10 Feb 2012 at 3:52

GoogleCodeExporter commented 9 years ago
I now also have slip angle calculations 
(http://en.wikipedia.org/wiki/Slip_angle) which are part of a much broader 
formula for friction by some guy called Pacejka, but it's way over my head at 
the moment.

I'll tidy up my code and commit some (hopefully useful) functions tomorrow :)

Original comment by jami...@gmail.com on 10 Feb 2012 at 4:36

GoogleCodeExporter commented 9 years ago

Original comment by JonathanSimmonds on 6 Mar 2012 at 3:44