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
clearPerspective()
clearThick()
static getClassType() panda3d.core.TypeHandle
getPerspective() bool

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

getThick() float

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

hasPerspective() bool
hasThick() bool
setPerspective(perspective: bool)
setThick(thick: float)