PDA

View Full Version : question about particle.


silentvisual
03-02-2009, 10:29 AM
i am having trouble with particle...
i have animated character and i want to have the character to have particle all over the body and and stick to it.. and move with character.. .. so i tried it have the particle set at 0 speed but onces the person leave the particle get leave behind and not move..so pretty much my goal is have a animated particle character..

thank you

akril
03-02-2009, 11:53 AM
Did you try to use the goal on the particles ?

silentvisual
03-02-2009, 11:58 AM
yes i have try using goal but it end up on its vertex which is not pretty.. i will want a more random particle around the character..
and it seem no matter wat i did most of the tiem it end up liek this
http://www.gavinharrison.co.uk/images/particles01.jpg

Sanctuary
03-02-2009, 01:06 PM
make sure you particle object has: parentU, parentV, goalU, goalV atributes (if not add them), then in creation expression add:

parentU = rand(0,1);
goalU = parentU;

parentV = rand(0,1);
goalV = parentV;

goalPP = 1;



0 to 1 range is not always true ... check you geometry and set it accordingly

CGTalk Moderation
03-02-2009, 01:06 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.