Jump to content

Botdra

Members
  • Posts

    707
  • Joined

Posts posted by Botdra

  1. I'm trying to get a glow shader working on one of my skins. I made the normal textures as well as a "_glow" texture where everything is black except what I want to glow. I've made a shader file that looks like this:

     

    models/players/BOTDRAmando

    {

    {

    map models/players/BOTDRAmando/jangohelm

    blendFunc GL_ONE GL_ZERO

    rgbGen lightingDiffuse

    }

    {

    map models/players/BOTDRAmando/jangohelm_glow

    blendFunc GL_ONE GL_ONE

    rgbGen identity

    detail

    glow

    }

    }

     

    I put that into a PK3, with the textures being in models/player/BOTDRAmando and the shader being in shaders/BOTDRAmando.

     

    Thoughts?

×
×
  • Create New...