Itoo Software Forum

Forest Pack => Forest Pro (*) => Topic started by: DZIOMO on June 23, 2020, 08:51:19 AM

Title: Forest Pack effects - OffsetMap
Post by: DZIOMO on June 23, 2020, 08:51:19 AM
Hi,
Could You explain where can I find the OffsetMap in Effects editor, or what should I do to make it from scratch.
Here is the example from the tutorial -
https://www.screencast.com/t/WZvDxsq4pDt

Best,
Michal
Title: Re: Forest Pack effects - OffsetMap
Post by: Rokas on June 23, 2020, 09:25:13 AM
Hi
to make simple anitmation effect from scratch use this code(You will need to add "OffsetMap" to the effect Parameters ):

Code: [Select]
vector scale = evaluateTexture(OffsetMap,fpItem.distUVW);
fpItem.scale.z = fpItem.Scale.z*scale.z;

(https://i.imgur.com/NuWv9Ip.gif)

Added a max file for Your reference as well. Hope this helps.