publish EggSwitchConditionDistance

This commit is contained in:
David Rose 2007-09-01 22:04:30 +00:00
parent 69493ce8be
commit ee32ba6668

View File

@ -68,7 +68,7 @@ private:
// based on distance from the camera's eyepoint. // based on distance from the camera's eyepoint.
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
class EXPCL_PANDAEGG EggSwitchConditionDistance : public EggSwitchCondition { class EXPCL_PANDAEGG EggSwitchConditionDistance : public EggSwitchCondition {
public: PUBLISHED:
EggSwitchConditionDistance(double switch_in, double switch_out, EggSwitchConditionDistance(double switch_in, double switch_out,
const LPoint3d &center, double fade = 0.0); const LPoint3d &center, double fade = 0.0);