EggPoint

from panda3d.egg import 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

__init__(*args, **kwargs)
assign()

C++ Interface: assign(const EggPoint self, const EggPoint copy)

/**

*/

clearPerspective()

C++ Interface: clear_perspective(const EggPoint self)

/**

*/

clearThick()

C++ Interface: clear_thick(const EggPoint self)

/**

*/

clear_perspective()

C++ Interface: clear_perspective(const EggPoint self)

/**

*/

clear_thick()

C++ Interface: clear_thick(const EggPoint self)

/**

*/

getClassType()

C++ Interface: get_class_type()

getPerspective()

C++ Interface: get_perspective(EggPoint self)

/**
  • Returns the perspective flag set on this particular point. If there is no

  • perspective flag set, returns false.

*/

getThick()

C++ Interface: get_thick(EggPoint self)

/**
  • Returns the thickness set on this particular point. If there is no

  • thickness set, returns 1.0.

*/

get_class_type()

C++ Interface: get_class_type()

get_perspective()

C++ Interface: get_perspective(EggPoint self)

/**
  • Returns the perspective flag set on this particular point. If there is no

  • perspective flag set, returns false.

*/

get_thick()

C++ Interface: get_thick(EggPoint self)

/**
  • Returns the thickness set on this particular point. If there is no

  • thickness set, returns 1.0.

*/

hasPerspective()

C++ Interface: has_perspective(EggPoint self)

/**

*/

hasThick()

C++ Interface: has_thick(EggPoint self)

/**

*/

has_perspective()

C++ Interface: has_perspective(EggPoint self)

/**

*/

has_thick()

C++ Interface: has_thick(EggPoint self)

/**

*/

setPerspective()

C++ Interface: set_perspective(const EggPoint self, bool perspective)

/**

*/

setThick()

C++ Interface: set_thick(const EggPoint self, double thick)

/**

*/

set_perspective()

C++ Interface: set_perspective(const EggPoint self, bool perspective)

/**

*/

set_thick()

C++ Interface: set_thick(const EggPoint self, double thick)

/**

*/