Subversion-Projekte sthq.colony7

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
7 lars 1
//   the Jupiter moon Io
2
//   ===================
3
 
4
textures/harlequin_sky/jf-io_sky
5
{
6
	qer_editorimage textures/harlequin_sky/io_qer1.tga
7
	surfaceparm sky
8
	surfaceparm noimpact
9
	surfaceparm nolightmap
10
	surfaceparm nomarks
11
	q3map_surfacelight 350
12
// note: Change the surfacelight value if you want more ambient light from the sky.
13
	q3map_sun 1 .9 .8 100 0 90
14
// note: Change the fourth value (100) if you want a brighter or dimmer sun
15
 
16
//edit
17
	skyParms env/stars 512 -
18
    {
19
        map textures/holodeck_temple/clouds.tga
20
        blendFunc GL_ONE GL_ONE
21
        tcMod scale 4 4
22
        tcMod scroll 0.015 0.01
23
    }
24
    {
25
        map textures/holodeck_temple/clouds2.tga
26
        blendFunc GL_DST_COLOR GL_SRC_COLOR
27
        tcMod scale 3 3
28
        tcMod scroll 0.035 0.025
29
    }
30
 
31
//edit
32
	skyparms textures/harlequin_sky/env/io - -
33
}
34
 
35
//   the Jupiter moon Io without Surfacelight (ie NO-GLOW)
36
//   =====================================================
37
 
38
textures/harlequin_sky/jf-io_sky_noglow
39
{
40
	qer_editorimage textures/harlequin_sky/io_qer2.tga
41
	surfaceparm sky
42
	surfaceparm noimpact
43
	surfaceparm nolightmap
44
	surfaceparm nomarks
45
	q3map_sun 1 .9 .8 100 0 90
46
// note: Change the fourth value (200) if you want a brighter or dimmer sun
47
	skyparms textures/harlequin_sky/env/io - -
48
}