EggPoint

class EggPoint

Bases: EggPrimitive

A single point, or a collection of points as defined by a single <PointLight> entry.

Inheritance diagram

Inheritance diagram of EggPoint

EggPoint.__init__()
EggPoint.assign()
EggPoint.clear_perspective()
EggPoint.clear_thick()
static EggPoint.get_class_type()
EggPoint.get_perspective()

Returns the perspective flag set on this particular point. If there is no perspective flag set, returns false.

EggPoint.get_thick()

Returns the thickness set on this particular point. If there is no thickness set, returns 1.0.

EggPoint.has_perspective()
EggPoint.has_thick()
EggPoint.set_perspective()
EggPoint.set_thick()