Subversion-Projekte sthq.colony7

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

//   the Jupiter moon Io
//   ===================

textures/harlequin_sky/jf-io_sky
{
        qer_editorimage textures/harlequin_sky/io_qer1.tga
        surfaceparm sky
        surfaceparm noimpact
        surfaceparm nolightmap
        surfaceparm nomarks
        q3map_surfacelight 350
// note: Change the surfacelight value if you want more ambient light from the sky.
        q3map_sun 1 .9 .8 100 0 90
// note: Change the fourth value (100) if you want a brighter or dimmer sun

//edit
        skyParms env/stars 512 -
    {
        map textures/holodeck_temple/clouds.tga
        blendFunc GL_ONE GL_ONE
        tcMod scale 4 4
        tcMod scroll 0.015 0.01
    }
    {
        map textures/holodeck_temple/clouds2.tga
        blendFunc GL_DST_COLOR GL_SRC_COLOR
        tcMod scale 3 3
        tcMod scroll 0.035 0.025
    }

//edit
        skyparms textures/harlequin_sky/env/io - -
}

//   the Jupiter moon Io without Surfacelight (ie NO-GLOW)
//   =====================================================

textures/harlequin_sky/jf-io_sky_noglow
{
        qer_editorimage textures/harlequin_sky/io_qer2.tga
        surfaceparm sky
        surfaceparm noimpact
        surfaceparm nolightmap
        surfaceparm nomarks
        q3map_sun 1 .9 .8 100 0 90
// note: Change the fourth value (200) if you want a brighter or dimmer sun
        skyparms textures/harlequin_sky/env/io - -
}