Itoo Software Forum

Author Topic: Forest Pack effects - OffsetMap  (Read 667 times)

DZIOMO

  • Newbie
  • *
  • Posts: 1
Forest Pack effects - OffsetMap
« 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

Rokas

  • Hero Member
  • *****
  • Posts: 3324
Re: Forest Pack effects - OffsetMap
« Reply #1 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;



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