Planetside Software Forums

General => Terragen Discussion => Topic started by: nixx on December 11, 2009, 11:54:49 AM

Title: Animated Texture maps ?
Post by: nixx on December 11, 2009, 11:54:49 AM
Hey all,

Well, as the subject says, can we use image sequences as textures in TG2 ?

Here's hoping :)

thanks,
nick
Title: Re: Animated Texture maps ?
Post by: Matt on December 11, 2009, 12:09:00 PM
Yes, by replacing the frame number with '%04d' or similar. For example, if you have a sequence of images called map.0001.tga, map.0002.tga etc., enter map.%04d.tga. The '04' is the number of digits in the frame number, and it will work with other numbers. The frame number is the same as the frame number being rendered; currently it's not possible to offset or scale the number to something different.

Matt
Title: Re: Animated Texture maps ?
Post by: nixx on December 11, 2009, 12:35:24 PM
Perfect !

So basically, it's the same "rule" as with sequence rendering, with the %04d padding. So easy, I should have tried it before I asked :)

Thanks for the immediate reply Matt.

nick
Title: Re: Animated Texture maps ?
Post by: Hetzen on December 11, 2009, 07:03:02 PM
Ooooh, not tried this yet! Awesome.