EggPoint

from panda3d.egg import EggPoint
class EggPoint

Bases:

Bases: EggPrimitive

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

Inheritance diagram

Inheritance diagram of EggPoint

__init__(copy: EggPoint)
__init__(name: str)
assign(copy: EggPoint) EggPoint
clear_perspective()
clear_thick()
static get_class_type() panda3d.core.TypeHandle
get_perspective() bool

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

get_thick() float

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

has_perspective() bool
has_thick() bool
set_perspective(perspective: bool)
set_thick(thick: float)