mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Correct too many parameters in q3gl2_sun description in docs.
This commit is contained in:
parent
a90c17ac1b
commit
c04d05fd8f
1 changed files with 2 additions and 2 deletions
|
@ -548,7 +548,7 @@ There are currently two ways to use this in your own (and other people's) maps.
|
||||||
surfaceparm nolightmap
|
surfaceparm nolightmap
|
||||||
surfaceparm sky
|
surfaceparm sky
|
||||||
q3map_sunExt 240 238 200 100 195 35 3 16
|
q3map_sunExt 240 238 200 100 195 35 3 16
|
||||||
q3gl2_sun 240 238 200 50 195 35 3 1.0 0.2
|
q3gl2_sun 240 238 200 50 195 35 1.0 0.2
|
||||||
q3map_skylight 50 16
|
q3map_skylight 50 16
|
||||||
q3map_lightimage $whiteimage
|
q3map_lightimage $whiteimage
|
||||||
|
|
||||||
|
@ -571,7 +571,7 @@ There are currently two ways to use this in your own (and other people's) maps.
|
||||||
surfaceparm noimpact
|
surfaceparm noimpact
|
||||||
surfaceparm nolightmap
|
surfaceparm nolightmap
|
||||||
surfaceparm sky
|
surfaceparm sky
|
||||||
q3gl2_sun 240 238 200 50 195 35 3 0.5 0.2
|
q3gl2_sun 240 238 200 50 195 35 0.5 0.2
|
||||||
q3map_skylight 50 16
|
q3map_skylight 50 16
|
||||||
q3map_lightimage $whiteimage
|
q3map_lightimage $whiteimage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue