Show / Hide Table of Contents

Enum LightParameter

Used in GL.GetLight, GL.Light and 3 other functions

Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum LightParameter

Fields

Name Description
Ambient

Original was GL_AMBIENT = 0x1200

ConstantAttenuation

Original was GL_CONSTANT_ATTENUATION = 0x1207

Diffuse

Original was GL_DIFFUSE = 0x1201

LinearAttenuation

Original was GL_LINEAR_ATTENUATION = 0x1208

Position

Original was GL_POSITION = 0x1203

QuadraticAttenuation

Original was GL_QUADRATIC_ATTENUATION = 0x1209

Specular

Original was GL_SPECULAR = 0x1202

SpotCutoff

Original was GL_SPOT_CUTOFF = 0x1206

SpotDirection

Original was GL_SPOT_DIRECTION = 0x1204

SpotExponent

Original was GL_SPOT_EXPONENT = 0x1205

In This Article
Back to top Generated by DocFX