Beatonator  |
Posted 30th Jul 2009 12:04pm |
Post 3097 / 3716
 |
Im working on one of my maps... (and possibly all of them, along with (maybe) whacking them all together into a final hurrah of a mod) but I need to know, can VBMs be affected by lighting? Im pretty sure they aren't which is gonna cause problems for me, but will have to work around it.
Also... using mipmaps....
I want to keep the VBM filesize down, but its only supposed to "animate" every so often. So I want a single TGA for about 5 seconds.
Example-0001.tga <---5 Seconds
Then I need a Smooth transition of about 4/5 frames.
Will it work if I set MakeVBM to do 1 frame every 5 seconds, but have...
Example-0001.tga
Example-a0002.tga
Example-b0002.tga
Example-c0002.tga
Example-d0002.tga
etc...?
is this what mip-maps are for?
Edit: Ignore the mip-map question, I just found out what mip-maps are. Still need to figure out how to do this without using an insane amount of frames. |