Page 1 of 1

Tire Skid Marks

Posted: Tue Oct 14, 2008 5:21 pm
by alexfrancisva
Hi. I've done a drift scene using 4wheeler Ext in Maya2008. Is there any way to create the tire skid marks (Using craft Direction Tools.

Re: Tire Skid Marks

Posted: Wed Oct 15, 2008 8:21 am
by Carl Buhre
From the FAQ:

ยป Tire tracks: How do I create tire tracks?

Create a particle effect which sprays particle-sprites with speed zero. The particle source is linked to the WheelCenterMesh for each respective tire. You can also link wheel smoke, gravel, water-spray or a bone-system.


I hope this helps. Let us know if you have any other questions or problems getting this working.

Re: Tire Skid Marks

Posted: Wed Oct 15, 2008 8:32 am
by alexfrancisva
Okey, Thanks

Re: Tire Skid Marks

Posted: Wed Oct 22, 2008 5:30 pm
by Luigi Tramontana
For max users: use the Tire Tracks maxscript far down on Craft Animations' Demo page showing a car creating skid marks.
Cheers!

Re: Tire Skid Marks

Posted: Thu Oct 30, 2008 1:51 pm
by alexfrancisva
Is there any MelScript in maya for creating Skid marks? I think using of particles needs more ram.

Re: Tyre Skid Marks

Posted: Thu Oct 30, 2008 2:41 pm
by Luigi Tramontana
Hi alex.
Is there any MelScript in maya for creating Skid marks?

If you take a look at the "on Proceed pCont do" procedure of the Tire Tracks 3ds max birthscript:
http://forum.craftanimations.com/viewto ... eba7c05ee4
In it all the difficult parts of the general idea for creation of skid marks are solved, and if you have some knowledge on particles in Maya you should be able to directly transfer this code to a corresponding MEL script.
I think using of particles needs more ram.
The script uses instances of your "track stamp" (see the script instructions), and sure it will use some extra ram, but only the number of instaces you have outputted and if you set the "distBetweenParticles" variable correctly it will be an absolute minimium. Also if the instance is only a face/spray this skid mark will not comprise many vertices compared to an ordinary high def scene.

ps. We are actually working on a much better solution for the tire track (or skid mark) issue, but this plugin will not be finished near to soon, so this script is the only thing we can offer at the moment.

Re: Tire Skid Marks

Posted: Fri Oct 31, 2008 6:55 am
by alexfrancisva
Ok.. Thanks for the Information...