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
- __init__(*args, **kwargs)
- 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.
*/