I have a character thats walking across a planar surface. And everytime it takes a step i want to leave a color there for all the spots where he steps on.
I know i can use attribTransfer to transfer the color of the character with a distance threshold on the floor below. But the moment he moves away from that spot, it goes out of the distance threshold i set in the attribTransfer and the footprint color also disappears.
How can i retain that color for every spot he stepped on.
PS: im looking at solutions which doesnt include the help of “SOP solver”. It has to be manually done by somehow retaining the character or object position in everyframe so that the color can stay. But not sure how to go about that? Any thought/ideas tat i could play with?
How to retain attribute values on each frame
3098 5 2- liquidmetal99
- Member
- 6 posts
- Joined: Feb. 2012
- Offline
- circusmonkey
- Member
- 2624 posts
- Joined: Aug. 2006
- Offline
- tjeeds
- Member
- 339 posts
- Joined: Aug. 2007
- Offline
You're gonna want to use either a SOP Solver or POPs for this. I think you could go the CHOPs route and bring every point of your surface in and do a max of the current sample vs previous sample, if you have a dense mesh that'll be fairly heavy though. Why are you trying to avoid the solver route?
Jesse Erickson
Fx Animator
WDAS
Fx Animator
WDAS
- goldfarb
- Staff
- 3464 posts
- Joined: July 2005
- Offline
- tjeeds
- Member
- 339 posts
- Joined: Aug. 2007
- Offline
- liquidmetal99
- Member
- 6 posts
- Joined: Feb. 2012
- Offline
-
- Quick Links