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.
Lava texture
Re: Lava texture
Texture: (not commonly used in urt)
(Possible) Shader:
(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

[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

Re: Lava texture
Thank you very much.