Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Textures: Julius's Light Beams

#1
Julius Beams Texture Set


File: jul_beams_v1.1.zip
License: CC BY-SA 3.0


This is a small texture set of light beams that I have made trying to mimic
a natural light falloff.

The set is comprised of 13 textures of different color tones plus another 13
texture variants in which I have added some noise effect for a rotating animation.


   
   
   


As a note I want to mention the blend mode I have chosen -after some experiments-
for these textures: It is a sort of Additive + Multiplicative blend modes.

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

"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/julius_beams/beam01
{
    qer_editorImage textures/julius/beams/beam01.tga
    //qer_trans 0.50

    cull none

    surfaceparm trans
    surfaceparm nonsolid
    surfaceparm nolightmap

    {
        map textures/julius/beams/beam01.tga
        rgbGen identity
        blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
    }
}



And this the animated version:


Code:
textures/julius_beams/beam01_ANI
{
    qer_editorImage textures/julius/beams/beam01b.tga
    //qer_trans 0.50

    cull none

    surfaceparm trans
    surfaceparm nonsolid
    surfaceparm nolightmap

    {
        map textures/julius/beams/beam01b.tga
        rgbGen identity
        tcMod scale 4.0 1.0
        tcMod scroll 0.25 0.0
        blendFunc GL_ONE GL_ONE_MINUS_SRC_COLOR
    }
}




Any comments are really appreciated.
Reply

#2
Just want to say thank you!
Reply

#3
Updated the download link with v1.1.

Changelog is minimal:

- Deleted some alpha channel added by Gimp.




.
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,716 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: Tabun Decals Julius 2 2,866 12-16-2018, 09:22 AM
Last Post: Julius
  Textures: Nobiax Impacts Julius 0 1,736 12-07-2018, 02:53 PM
Last Post: Julius
  How would i create glass textures? Molnija 2 2,513 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-