Library | File

Enum wfcLightType

# include <wfcDisplay.h>

enum wfcLightType
{
    wfcLIGHT_AMBIENT,
    wfcLIGHT_DIRECTION,
    wfcLIGHT_POINT,
    wfcLIGHT_SPOT,
    wfcLIGHT_HDRI,
    wfcLightType_nil
};



Description

 
Manual References:
Graphics: Setting Light Sources




Values

wfcLIGHT_AMBIENT
This type of light source cannot be set in Creo Session. It is a read only type
wfcLIGHT_DIRECTION
Equivalent to "distant" in Creo
wfcLIGHT_POINT
Equivalent to "lightbulb" in Creo
wfcLIGHT_SPOT
Equivalent to "spot" in Creo
wfcLIGHT_HDRI
This type of light source cannot be set in Creo Session. It is a read only type
wfcLightType_nil
Enum null value.