1 | # Copyright (c) 2001, Stanford University
|
---|
2 | # All rights reserved.
|
---|
3 | #
|
---|
4 | # See the file LICENSE.txt for information on redistributing this software.
|
---|
5 | :lineSmooth:lineSmooth:Hint,GL_LINE_SMOOTH_HINT
|
---|
6 | :pointSmooth:pointSmooth:Hint,GL_POINT_SMOOTH_HINT
|
---|
7 | :polygonSmooth:polygonSmooth:Hint,GL_POLYGON_SMOOTH_HINT
|
---|
8 | :perspectiveCorrection:perspectiveCorrection:Hint,GL_PERSPECTIVE_CORRECTION_HINT
|
---|
9 | :fog:fog:Hint,GL_FOG_HINT
|
---|
10 | :clipVolumeClipping:clipVolumeClipping:Hint,GL_CLIP_VOLUME_CLIPPING_HINT_EXT
|
---|
11 | :generateMipmap:generateMipmap:Hint,GL_GENERATE_MIPMAP_HINT_SGIS
|
---|
12 | :textureCompression:textureCompression:Hint,GL_TEXTURE_COMPRESSION_HINT_ARB
|
---|