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

explicit EggPoint(std::string const &name = "")
EggPoint(EggPoint const &copy)
void clear_perspective(void)
void clear_thick(void)
static TypeHandle get_class_type(void)
bool get_perspective(void) const

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

double get_thick(void) const

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

bool has_perspective(void) const
bool has_thick(void) const
void set_perspective(bool perspective)
void set_thick(double thick)