Page 1 of 1

Animated Displacement Problem

Posted: Wed Jul 01, 2015 8:20 pm
by 5hyuk1n
Hey guys,
i'm working on a scene where i need footsteps to appear on a snow surface (2 displacement maps, one still noise for snow, one image sequence for the footsteps).
when i have just the image sequence as the displacement map, everything works fine, however, when i use the layer function to overlay 2 maps, it seems to ignore the animation of the image sequence.
did anyone had a similar problem and/or knows any workarounds? would love to hear them :)
please see attached test scene + file.

thanks,
Misha.

Re: Animated Displacement Problem

Posted: Wed Jul 01, 2015 9:03 pm
by aoktar
Appearently, converting the C4D shaders to image feature does not work with sequences. I'll try to fix it. Please use another method for this project.

Re: Animated Displacement Problem

Posted: Thu Jul 02, 2015 12:21 pm
by bepeg4d
hi,
a fast workaround would be to animate the texture in 2D to avoiding the layer shader ;)
ciao beppe

Re: Animated Displacement Problem

Posted: Thu Jul 02, 2015 6:49 pm
by 5hyuk1n
thanks for the tip Beppe! i'll give it a shot.