We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
one:
textures/liquids/slime1 { qer_editorimage textures/liquids/slime8.jpg q3map_lightimage textures/liquids/slime8.jpg surfaceparm noimpact surfaceparm slime surfaceparm nolightmap surfaceparm trans q3map_surfacelight 150 deformVertexes wave 64 sin .25 .25 0 .5 { map textures/liquids/slime8.jpg tcmod turb .05 -0.5 0 0.02 tcmod scroll .05 -.01 } { map textures/liquids/slime8.jpg blendfunc filter tcmod turb .012 -0.1 0 0.04 tcmod scroll .003 -.008 } }
another shader which is come from pillcity.pk3/liquids.shader:
textures/liquids/slime1 { qer_editorimage textures/liquids/slime7.tga q3map_lightimage textures/liquids/slime7.tga q3map_globaltexture qer_trans .5 surfaceparm noimpact surfaceparm slime surfaceparm nolightmap surfaceparm trans q3map_surfacelight 100 tessSize 32 cull disable deformVertexes wave 100 sin 0 1 .5 .5 { map textures/liquids/slime7c.tga tcMod turb .3 .2 1 .05 tcMod scroll .01 .01 } { map textures/liquids/slime7.tga blendfunc GL_ONE GL_ONE tcMod turb .2 .1 1 .05 tcMod scale .5 .5 tcMod scroll .01 .01 } { map textures/liquids/bubbles.tga blendfunc GL_ZERO GL_SRC_COLOR tcMod turb .2 .1 .1 .2 tcMod scale .05 .05 tcMod scroll .001 .001 } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
one:
another shader which is come from pillcity.pk3/liquids.shader:
The text was updated successfully, but these errors were encountered: