Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

textures/klingon/tri_2sided
{
    surfaceparm metalsteps
    surfaceparm trans
    cull disable
    {
        map textures/klingon/tri_2sided.tga
        alphaFunc GE128
        blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
        depthWrite
    }
    {
        map $lightmap
        blendFunc GL_DST_COLOR GL_ZERO
        depthFunc equal
    }
}

textures/klingon/k_chrispanel_on
{
    {
        map $lightmap
    }
    {
        map textures/scavenger/k_newpanelframe.tga
        blendFunc GL_DST_COLOR GL_ZERO
    }
    {
        map textures/klingon/k_chrispanel_onglow.tga
        blendFunc GL_ONE GL_ONE
        rgbGen wave noise 1.5 1 0 4
    }
}

textures/klingon/k_chrispanel_off
{
    {
        map $lightmap
    }
    {
        map textures/scavenger/k_newpanelframe.tga
        blendFunc GL_DST_COLOR GL_ZERO
    }
    {
        map textures/klingon/k_chrispanel_offglow.tga
        blendFunc GL_ONE GL_ONE
        rgbGen wave noise 1.5 1 0 4
    }
}

textures/klingon/red_field
{
    surfaceparm nomarks
    surfaceparm nolightmap
    surfaceparm trans
    cull disable
    {
        map textures/klingon/red_field.tga
        blendFunc GL_ONE GL_ONE
        tcMod scroll 1292.7 1133.9
    }
}