A single point, or a collection of points as defined by a single <PointLight> entry.
More...
Public Member Functions |
|
| EggPoint (const string &name="") |
|
| EggPoint (const EggPoint ©) |
| virtual bool | cleanup () |
| | Cleans up modeling errors in whatever context this makes sense.
|
|
void | clear_perspective () |
|
void | clear_thick () |
|
virtual TypeHandle | force_init_type () |
| bool | get_perspective () const |
| | Returns the perspective flag set on this particular point.
|
| double | get_thick () const |
| | Returns the thickness set on this particular point.
|
|
virtual TypeHandle | get_type () const |
|
bool | has_perspective () const |
|
bool | has_thick () const |
|
EggPoint & | operator= (const EggPoint ©) |
|
void | set_perspective (bool perspective) |
|
void | set_thick (double thick) |
| virtual void | write (ostream &out, int indent_level) const |
| | Writes the point to the indicated output stream in Egg format.
|
Static Public Member Functions |
|
static TypeHandle | get_class_type () |
|
static void | init_type () |
A single point, or a collection of points as defined by a single <PointLight> entry.
Definition at line 27 of file eggPoint.h.
| bool EggPoint::cleanup |
( |
| ) |
[virtual] |