Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Textures: Nobiax Impacts

#1
Nobiax Impacts Texture Set



File: nobiax_impacts.zip
License: “Absolutely free to use or to modify
Author: Nobiax aka Yughues aka Hugues Muller (hmuller68@gmail.com)


Five glass impacts textures to use as decals, normal and specular maps included.

The original textures have an alpha channel for transparency but I have deleted
it just after some experiments. They have now a black background with the texture
premultiplied by the alpha channel so the required blend mode is additive.


   
   


Additive blend mode because it looks nicer to my eyes in this way:

blend equation: (source * 1) + (dest * 1)
shader directive: blendFunc GL_ONE GL_ONE

"souce" represents the texture itself whereas “dest” is the content of the frame
buffer or, in other words, the background with which to blend the texture.


This is the shader:


Code:
textures/nobiax_impacts/impact1_ADD
{
    qer_editorImage textures/nobiax/impacts/impact1.tga

    //dpGlossIntensityMod 2.0
    dpGlossExponentMod 2.0

    polygonOffset
    noPicMip

    surfaceparm trans
    surfaceparm nonsolid

    {
        map textures/nobiax/impacts/impact1.tga
        rgbGen identity
        blendFunc GL_ONE GL_ONE
    }
    {
        map $lightmap
        rgbGen identity
        blendFunc filter
    }
}



The textures can not be vertex-lit like in my previous “Tabun Decals Texture Set"
post, because I want the normal and gloss effects applied here.

P.D: Vertex-lit surfaces do not use pixel-based effects like normals and speculars,
and they do not use lightmaps. For this very reason they do not receive shadows.


Any comments are really appreciated.


P.D:
Source textures: https://www.deviantart.com/yughues/art/F...-158726186
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [NEED HELP] Custom NetRadiant Textures / Textures Not Loading 3agle427 3 3,943 09-03-2021, 01:40 PM
Last Post: HIBANEZ
  Textures: evillair's eU Texture Set Julius 1 1,715 11-27-2020, 12:29 PM
Last Post: Julius
  Textures: Xonotic Items as decals Julius 1 1,922 05-14-2020, 03:03 PM
Last Post: Garux
  Textures: Techy Julius 6 3,387 01-12-2019, 09:05 AM
Last Post: Julius
  Textures: Julius's Light Beams Julius 2 2,370 01-11-2019, 08:30 AM
Last Post: Julius
  Textures: Tabun Decals Julius 2 2,866 12-16-2018, 09:22 AM
Last Post: Julius
  How would i create glass textures? Molnija 2 2,512 10-28-2018, 01:07 PM
Last Post: Molnija
  Having trouble getting transparent textures to work Notavi 5 2,889 07-17-2018, 07:39 AM
Last Post: Notavi
  I need help with textures. [Solved] TapX 5 4,163 05-11-2018, 02:22 PM
Last Post: Julius
  NetRadiant - Some Textures Working / Some Not Notavi 1 3,234 05-16-2016, 03:50 PM
Last Post: Beagle

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB original theme © iAndrew 2016, remixed by -z-