Combining texture types

Combining texture types

Re: Combining texture types Posted by flashman on Sun May 16th 2004 at 2:29pm
flashman
65 posts
Posted 2004-05-16 2:29pm
flashman
member
65 posts 7 snarkmarks Registered: Apr 16th 2004 Location: Bradford.
Is it possible to make an animated/masked texture?

I'm trying to simulate a force field which is transparent but with a speckled "noise" effect.

If not, I would be grateful for any suggestions as to how the effect might be achieved. Thanks in anticipation, Lads.
Re: Combining texture types Posted by Leperous on Sun May 16th 2004 at 2:46pm
Leperous
3382 posts
Posted 2004-05-16 2:46pm
Leperous
Creator of SnarkPit!
member
3382 posts 1635 snarkmarks Registered: Aug 21st 2001 Occupation: Lazy student Location: UK
Should be, but not with masked textures. A similar effect can be done with 'additive' render modes- the darker the colour on the texture, the more transparent that bit is. If you got some animated 'TV noise' textures and fiddled around with them and set them to be additive you should get the desired effect.

This is how you make that 'fading light beam' effect as seen in this map, in the 1st screenshot's window.
Re: Combining texture types Posted by omegaslayer on Mon May 17th 2004 at 2:30am
omegaslayer
2481 posts
Posted 2004-05-17 2:30am
2481 posts 595 snarkmarks Registered: Jan 16th 2004 Occupation: Sr. DevOPS Engineer Location: Seattle, WA
You can do that and much much more in UnrealEd :biggrin: , I believe up to 8 layers of textures, plus you can shape any surface you like the way you want.
Re: Combining texture types Posted by Rumple on Mon May 17th 2004 at 2:58am
Rumple
518 posts
Posted 2004-05-17 2:58am
Rumple
member
518 posts 72 snarkmarks Registered: Aug 22nd 2001 Occupation: Web Dev Location: NSW, Australia
but hes not talking aboot unrealed :razz:
Re: Combining texture types Posted by flashman on Mon May 17th 2004 at 8:14am
flashman
65 posts
Posted 2004-05-17 8:14am
flashman
member
65 posts 7 snarkmarks Registered: Apr 16th 2004 Location: Bradford.
Additive!

Cheers, Lep. Works like a dream.