A single point, or a collection of points as defined by a single <PointLight> entry. More...
Public Member Functions | |
EggPoint (EggPoint const copy) | |
EggPoint (string name) | |
EggPoint () | |
clearPerspective () | |
clearThick () | |
bool | getPerspective () |
Returns the perspective flag set on this particular point. | |
double | getThick () |
Returns the thickness set on this particular point. | |
bool | hasPerspective () |
bool | hasThick () |
EggPoint | operator= (EggPoint const copy) |
setPerspective (bool perspective) | |
setThick (double thick) | |
Static Public Member Functions | |
static TypeHandle | getClassType () |
A single point, or a collection of points as defined by a single <PointLight> entry.
EggPoint | ( | ) |
clearPerspective | ( | ) |
clearThick | ( | ) |
static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from EggPrimitive.
bool getPerspective | ( | ) |
Returns the perspective flag set on this particular point.
If there is no perspective flag set, returns false.
double getThick | ( | ) |
Returns the thickness set on this particular point.
If there is no thickness set, returns 1.0.
bool hasPerspective | ( | ) |
bool hasThick | ( | ) |
setPerspective | ( | bool | perspective | ) |
setThick | ( | double | thick | ) |