GLG Toolkit, Java Class Library  Version 4.5
GlgLightType

Specifies light type. More...

Detailed Description

Specifies light type.

Constants

static final int FLAT_LIGHT = 1
 LightType constant. More...
 
static final int NO_LIGHT = 0
 LightType constant. More...
 
static final int POINT_LIGHT = 2
 LightType constant. More...
 

Variable Documentation

◆ FLAT_LIGHT

final int FLAT_LIGHT = 1
static

LightType constant.

◆ NO_LIGHT

final int NO_LIGHT = 0
static

LightType constant.

◆ POINT_LIGHT

final int POINT_LIGHT = 2
static

LightType constant.