Lava texture

Having a problem with a shader or texture
Post Reply
quick
Posts: 62
Joined: Mon Feb 04, 2013 3:51 pm
Location: Denmark

Lava texture

Post by quick »

Hi all again.
Now I need a lava texture (found the water prblem and it's fixed, so now I'm ready to lava), but I can't find one in the liquids folder. Where's there a lava texture? I don't need caulck but a texture of lava with a shader already.

User avatar
xandaxs
Posts: 959
Joined: Wed Aug 17, 2011 5:22 pm
Location: Oeiras, Portugal

Re: Lava texture

Post by xandaxs »

Texture: (not commonly used in urt)
lavad3.jpg


(Possible) Shader:

Code: Select all

textures/folder/lava
{
   qer_editorimage textures/folder/lava.tga
   q3map_globaltexture
   surfaceparm trans   
   surfaceparm noimpact
   surfaceparm lava
   q3map_surfacelight 800
   cull disable   
   tesssize 128
   cull disable
   deformVertexes wave 100 sin 9 4 .1 0.5   
        {
      map textures/folder/lava.tga
                tcmod scale 0.6 0.5
                tcmod scroll 0.2 0.2
                tcMod turb 0.1 .1 0.01 .01
                blendFunc GL_ONE GL_ZERO
                rgbGen identity
   }
}
[12:25] <JohnnyEnglish> morning Nounou
[12:25] <JohnnyEnglish> wotcha doing?
[12:25] <Nounou> hello
[12:26] <Nounou> nothing much, i've nothing to do at work so
[12:26] <Nounou> modeling woman
[12:26] <JohnnyEnglish> woo
[12:26] <JohnnyEnglish> real women?
[12:26] <Nounou> realistic yes, on maya

Image

quick
Posts: 62
Joined: Mon Feb 04, 2013 3:51 pm
Location: Denmark

Re: Lava texture

Post by quick »

Thank you very much.

Post Reply