1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
|
textures/castle/terrain_0
{
q3map_lightmapaxis z
q3map_texturesize 512 512
q3map_shadeangle 120
q3map_tcGen ivector ( 128 0 0 ) ( 0 128 0 )
{
map textures/organics/pjrock7d.jpg
blendFunc GL_DST_COLOR GL_ZERO
}
{
map textures/skies/clouds.tga
blendfunc filter
tcmod scale .2 .2
tcMod scroll -0.15 0.15
}
{
map $lightmap
rgbGen identity
}
q3map_styleMarker
}
textures/castle/terrain_1
{
q3map_lightmapaxis z
q3map_texturesize 512 512
q3map_shadeangle 120
q3map_tcGen ivector ( 128 0 0 ) ( 0 128 0 )
{
map textures/clown/vegetation.tga
blendFunc GL_DST_COLOR GL_ZERO
}
{
map textures/skies/clouds.tga
blendfunc filter
tcmod scale .2 .2
tcMod scroll -0.15 0.15
}
{
map $lightmap
rgbGen identity
}
q3map_styleMarker
}
textures/castle/terrain_2
{
q3map_lightmapaxis z
q3map_texturesize 512 512
q3map_shadeangle 120
q3map_tcGen ivector ( 128 0 0 ) ( 0 128 0 )
{
map textures/organics/pjrock7d.jpg
blendFunc GL_DST_COLOR GL_ZERO
}
{
map textures/skies/clouds.tga
blendfunc filter
tcmod scale .2 .2
tcMod scroll -0.15 0.15
}
{
map $lightmap
rgbGen identity
}
q3map_styleMarker
}
textures/castle/terrain_0to1
{
q3map_lightmapaxis z
q3map_texturesize 512 512
q3map_shadeangle 120
q3map_tcGen ivector ( 128 0 0 ) ( 0 128 0 )
{
map textures/organics/pjrock7d.jpg
blendFunc GL_DST_COLOR GL_ZERO
}
{
map textures/clown/vegetation.tga
alphaGen vertex
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
{
map textures/skies/clouds.tga
blendfunc filter
tcmod scale .2 .2
tcMod scroll -0.15 0.15
}
{
map $lightmap
rgbGen identity
}
q3map_styleMarker
}
textures/castle/terrain_0to2
{
q3map_lightmapaxis z
q3map_texturesize 512 512
q3map_shadeangle 120
q3map_tcGen ivector ( 128 0 0 ) ( 0 128 0 )
{
map textures/organics/pjrock7d.jpg
blendFunc GL_DST_COLOR GL_ZERO
}
{
map textures/organics/pjrock7d.jpg
alphaGen vertex
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
{
map textures/skies/clouds.tga
blendfunc filter
tcmod scale .2 .2
tcMod scroll -0.15 0.15
}
{
map $lightmap
rgbGen identity
}
q3map_styleMarker
}
textures/castle/terrain_1to2
{
q3map_lightmapaxis z
q3map_texturesize 512 512
q3map_shadeangle 120
q3map_tcGen ivector ( 128 0 0 ) ( 0 128 0 )
{
map textures/clown/vegetation.tga
blendFunc GL_DST_COLOR GL_ZERO
}
{
map textures/organics/pjrock7d.jpg
alphaGen vertex
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
{
map textures/skies/clouds.tga
blendfunc filter
tcmod scale .2 .2
tcMod scroll -0.15 0.15
}
{
map $lightmap
rgbGen identity
}
q3map_styleMarker
}
textures/castle/terrain.vertex
{
{
map textures/organics/pjrock7d.jpg
rgbGen vertex
}
}
textures/castle/ter_rock-mud
{
q3map_nonplanar
q3map_shadeangle 180
q3map_tcGen ivector ( 256 0 0 ) ( 0 256 0 )
q3map_alphaMod dotproduct2 ( 0.0 0.0 0.95 )
{
map textures/organics/pjrock7d.jpg // Primary
rgbGen identity
}
{
map textures/clown/vegetation.tga // Secondary
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
alphaFunc GE128
rgbGen identity
alphaGen vertex
}
{
map textures/skies/clouds.tga
blendfunc filter
tcmod scale .2 .2
tcMod scroll -0.15 0.15
}
{
map $lightmap
rgbGen identity
blendFunc GL_DST_COLOR GL_ZERO
}
q3map_styleMarker
}
|