I have several particle simulations which are cached. I am reading from the icecache. I would like to freeze the particles position and rotation at age X. Can someone help me accomplish this? Thanks in advance.
Christopher
freeze particle at age from cache.
-
Tekano
- Posts: 488
- Joined: 09 Jun 2009, 12:49
- Location: London, UK
Re: freeze particle at age from cache.
creative sheep Christopher?
anyway. here goes if it is...
if age = X
get data pointposition - set data stored_pointposition
get data rotation - set data stored_rotation
if age > X
get data stored_pointposition - set data pointposition
get data stored_rotation - set data rotation
or similar

anyway. here goes if it is...
if age = X
get data pointposition - set data stored_pointposition
get data rotation - set data stored_rotation
if age > X
get data stored_pointposition - set data pointposition
get data stored_rotation - set data rotation
or similar
Gossip is what no one claims to like, but everybody enjoys.
-
izze
- Posts: 176
- Joined: 24 Sep 2009, 18:02
Re: freeze particle at age from cache.
Thanks for the help. But I failed. Points move to 0,0,0, after X frames.
-
izze
- Posts: 176
- Joined: 24 Sep 2009, 18:02
Re: freeze particle at age from cache.
NM, that worked perfectly. Thank you very much for the help.