18 #ifndef _HOPCAMERAZOOM_H
19 #define _HOPCAMERAZOOM_H
102 bool m_LightFollowsCamera;
103 HPoint m_ptDist, m_ptCamera;
104 float m_Width, m_Height, m_fLength;
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:65
The HPoint class is the data type of a three-dimensional point.
Definition: HGlobals.h:126
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:337
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
void SetLightFollowsCamera(bool follow)
Definition: HOpCameraZoom.h:90
virtual int OnLButtonDown(HEventInfo &hevent)
The HOpCameraZoom class zooms the camera toward a target.
Definition: HOpCameraZoom.h:41
bool GetLightFollowsCamera()
Definition: HOpCameraZoom.h:93