![]() |
Collision contact sounds and particles - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: Collision contact sounds and particles (/showthread.php?tid=1528) |
Collision contact sounds and particles - NaN - 07-21-2011 Now that we are iterating over collision contacts anyway(fracture code), we could implement contact sounds and particle effects depending on contact force and relative velocity(like for tires atm). For sounds the parameters might be: file, pitch, gain. For particles: texture, color, min/max size, emission rate, life-time(or half-life?). I am looking for ideas how to expose it to the user in the config files. Maybe some kind of material system(rubber, steel, gravel, asphalt)? Issue added: Issue: https://github.com/VDrift/vdrift/issues/22 Re: Collision contact sounds and particles - joevenzon - 07-22-2011 NaN Wrote:For particles: texture, color, min/max size, emission rate, life-time(or half-life?). also: min/max color & alpha, min/max speed, emission cone size |