Feral Heart

Help & Guidance => Game Help => Topic started by: DragonKeeper on February 07, 2018, 06:12:06 pm

Title: Preset Question?
Post by: DragonKeeper on February 07, 2018, 06:12:06 pm
So i've been trying to figure out the code to make the mane ultimately just stagger- not scroll? Can anyone help me out?
Title: Re: Preset Question?
Post by: Morgra on February 07, 2018, 06:12:59 pm
Imma move this to Game Help as it fits better there.

What do you mean by stagger? c: Perhaps we can help!
Title: Re: Preset Question?
Post by: DragonKeeper on February 07, 2018, 06:16:40 pm
Thank you- I get confused on where to post anymore.

And it's sort of like a movement just back and forth instead of a full scroll?

Like here: https://www.youtube.com/watch?v=xh61J8X7iCM
Title: Re: Preset Question?
Post by: FlyingGrass on February 07, 2018, 06:32:12 pm
That's the Wave_Xform code.

Example of a code I used to make plants blow in the wind, but it's changed to scroll instead of rotate:
wave_xform scroll sine 1 .1 0 .02

More about the Wave_Xform code can be found here:
https://ogrecave.github.io/ogre/api/1.10/Material-Scripts.html#wave_005fxform (https://ogrecave.github.io/ogre/api/1.10/Material-Scripts.html#wave_005fxform)
Title: Re: Preset Question?
Post by: Kuri on February 07, 2018, 06:44:40 pm
The video looks like a stretch script. You can have waves, sawtooth, smooth waves, ect, or small rotation.
https://ogrecave.github.io/ogre/api/1.10/Material-Scripts.html
That used to be a good page for scripts but it's down for me?