I was amazed by the 'noise' stuff you can attach to a mesh (say, a sphere). I played a lot just by changing the parameters and looking the melting stuff moving.
I'd like to make a model composed by a sphere and a noise: my objective is to change some noise parameters when the game is running, obtaining the same "melting" effect i could manipulate in the editor.
So, i create a mesh, a noise, a model (plus a spawnmodel etc...). If i run the game, i see my static sphere: ok. Now i define a variable 't' and put something like:
Code: Select all
pippo.NoiseSpeed.Y=sin(t)*10;
t+=0.1;
I mean: ZGE sees no errors, but nothing moves.
I think my error is quite obvious, so pardon my noobiness. Anyway, i may upload a editable file if you think you should directly see what i did.
Very thanks in advance.