Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
EggSwitchCondition Class Reference

This corresponds to a <SwitchCondition> entry within a group. More...

Inheritance diagram for EggSwitchCondition:
EggObject EggSwitchConditionDistance

List of all members.

Public Member Functions

EggSwitchCondition makeCopy ()
 transform (Mat4D const mat)
 write (ostream out, int indent_level)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

This corresponds to a <SwitchCondition> entry within a group.

It indicates the condition at which a level-of-detail is switched in or out. This is actually an abstract base class for potentially any number of specific different kinds of switching conditions; presently, only a <Distance> type is actually supported.


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from EggObject.

Reimplemented in EggSwitchConditionDistance.

transform ( Mat4D const  mat)
write ( ostream  out,
int  indent_level 
)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties