13 #ifndef _HOPCAMERAPAN_H
14 #define _HOPCAMERAPAN_H
95 bool m_LightFollowsCamera;
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
virtual const char * GetName()
virtual int OnLButtonUp(HEventInfo &hevent)
virtual HBaseOperator * Clone()
The HBaseOperator class serves as a base for classes which handle user input and operate on the scene...
Definition: HBaseOperator.h:60
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
bool GetLightFollowsCamera()
Definition: HOpCameraPan.h:85
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:207
virtual int OnLButtonDown(HEventInfo &hevent)
void SetLightFollowsCamera(bool follow)
Definition: HOpCameraPan.h:82
The HOpCameraPan class pans the camera about a current view.
Definition: HOpCameraPan.h:35