• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Moving texture in model?

Status
Not open for further replies.
This is possible to force moving this flame texture from the edges to the center like it on this gif video?

0fLKc2l.jpg
5cd5ViF.gif
 
Level 29
Joined
Jul 29, 2007
Messages
5,174
The first section is used for sprite animations.
Essentially you have a sequence of textures that loop.
You add all of the textures that you want to the model.
Then in the material layer that draws the eye, set the texture to animated, and add keyframes that use the relevant textures.
You can inspect the Water Elemental model in Magos or whichever application to see how it works.

The Water Elemental also has the second type of texture animations, which is used to animate texture coordinates with translation/rotation/scaling.
Technically you can use this for a sprite animation as well using a texture atlas, much like how particle emitters work.
That being said, it's generally used for surfaces that "move", which is why the tutorial calls it so.
For example think of a lava surface where the lava flows in a certain direction.
Another example is the Volcano model, which uses scaling texture coordinates to have rings that move from the center outwards.

I think in this case sprite animations make more sense, but I am no artist, maybe possible to get a decent result with scaling texture coordinates that scale inwards...?
 
The first section is used for sprite animations.
Essentially you have a sequence of textures that loop.
You add all of the textures that you want to the model.
Then in the material layer that draws the eye, set the texture to animated, and add keyframes that use the relevant textures.
You can inspect the Water Elemental model in Magos or whichever application to see how it works.

The Water Elemental also has the second type of texture animations, which is used to animate texture coordinates with translation/rotation/scaling.
Technically you can use this for a sprite animation as well using a texture atlas, much like how particle emitters work.
That being said, it's generally used for surfaces that "move", which is why the tutorial calls it so.
For example think of a lava surface where the lava flows in a certain direction.
Another example is the Volcano model, which uses scaling texture coordinates to have rings that move from the center outwards.

I think in this case sprite animations make more sense, but I am no artist, maybe possible to get a decent result with scaling texture coordinates that scale inwards...?

Can you check your PM please?
 
Status
Not open for further replies.
Top