EggSwitchConditionDistance

from panda3d.egg import EggSwitchConditionDistance
class EggSwitchConditionDistance

Bases:

Bases: EggSwitchCondition

A SwitchCondition that switches the levels-of-detail based on distance from the camera’s eyepoint.

Inheritance diagram

Inheritance diagram of EggSwitchConditionDistance

__init__(switch_in: float, switch_out: float, center: panda3d.core.LPoint3d, fade: float)
static getClassType() panda3d.core.TypeHandle