Forums
Skid marks - 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: Skid marks (/showthread.php?tid=1566)



Skid marks - NaN - 10-09-2011

Have been looking through my patches and found this one from last year Smile

The implementation is incomplete: Fixed skid mark width. No surface type dependency. Depends on tire squeal value. Should eventually depend on tire temperature(which we don't have)?

I've pushed the code into a skid marks branch: https://github.com/VDrift/vdrift/tree/skidmarks
Please checkout and report what you think. Don't forget to pull vdrift-data for the skid mark texture

For windows users there is a binary against vdrift-2011-09-01: https://sourceforge.net/projects/vdrift/files/vdrift/vdrift-skidmarks/


- joevenzon - 10-16-2011

I think you may have forgotten to add the skidmarks cpp to the SConstruct file; I'm getting linker errors.


- NaN - 10-16-2011

Oops, fixed.