Animated Textures
Posted: Wed May 14, 2008 7:07 pm
How do you make an animated texture? When I opened an AVI, it was just the first frame of it. Same with an animated GIF.
Animate what texture and for what purpose? more info please...Fluffy_the_ic wrote:How do you make an animated texture? When I opened an AVI, it was just the first frame of it. Same with an animated GIF.
BF2_materials.doc wrote:Scrolling
Scrolls the diffuse texture according to the scroll speeds specified. The scroll is unidirectional. If you want to scroll in the other direction, just flip the texture coordinates.
BF2_materials.doc wrote:Animated
This render type is used for animated textures. All the frames must be on the same texture. Your UV’s should be mapped to the first cell (not the entire texture). Each individual cell is always square and is determined automatically from the number of frames. The number of frames must be a perfect square (ie. 1,2,9,16,25,36…).