Page 1 of 1

Random Color changes randomseed during animation

Posted: Tue Oct 14, 2014 1:23 pm
by coilbook
Hi does anyone know why would random color seed just change during animation making my trees in background different color. Thank you

Re: Random Color changes randomseed during animation

Posted: Tue Oct 14, 2014 1:40 pm
by coilbook
answered my own question
i think itoo forest changes random color seed if trees/ grass are assigned to active camera view that lets grass to be visible only in camera

Re: Random Color changes randomseed during animation

Posted: Wed Oct 15, 2014 11:54 am
by coilbook
itoo forest reply
"Thanks for reporting the problem. It seems random color texture uses the object's geometry to compute random seeds, so in this case it generates different values because geometry is non-static.

Unfortunately we cannot fix the problem. This is something should be checked by the Otoy team."

Re: Random Color changes randomseed during animation

Posted: Wed Oct 15, 2014 8:42 pm
by Karba
coilbook wrote:itoo forest reply
"Thanks for reporting the problem. It seems random color texture uses the object's geometry to compute random seeds, so in this case it generates different values because geometry is non-static.

Unfortunately we cannot fix the problem. This is something should be checked by the Otoy team."
We are planing to use special seed values per instance which should be constant from frame to frame. At the moment there is no way to keep color with changing object number.

Re: Random Color changes randomseed during animation

Posted: Wed Oct 15, 2014 9:09 pm
by coilbook
Karba wrote:
coilbook wrote:itoo forest reply
"Thanks for reporting the problem. It seems random color texture uses the object's geometry to compute random seeds, so in this case it generates different values because geometry is non-static.

Unfortunately we cannot fix the problem. This is something should be checked by the Otoy team."
We are planing to use special seed values per instance which should be constant from frame to frame. At the moment there is no way to keep color with changing object number.
Thanks!