blob: d8e62c0e91858209505ad7e53606c719d7544ed2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright (c) 2001, Stanford University
# All rights reserved.
#
# See the file LICENSE.txt for information on redistributing this software.
:enable:enable:GL_FOG
:color:color|r,g,b,a:Fogfv,GL_FOG_COLOR
:index:index:Fogi,GL_FOG_INDEX
:density:density:Fogf,GL_FOG_DENSITY
:start:start:Fogf,GL_FOG_START
:end:end:Fogf,GL_FOG_END
:mode:mode:Fogi,GL_FOG_MODE
:fogDistanceMode:fogDistanceMode:Fogi,GL_FOG_DISTANCE_MODE_NV
:fogCoordinateSource:fogCoordinateSource:Fogi,GL_FOG_COORDINATE_SOURCE_EXT
|