18 #ifndef _HOpCameraZoomTouch_H
19 #define _HOpCameraZoomTouch_H
95 bool m_LightFollowsCamera;
96 HPoint m_ptDist, m_ptCamera;
97 float m_Width, m_Height, m_fLength;
The HOpCameraZoomTouch class zooms the camera toward a target.
Definition: HOpCameraZoomTouch.h:37
virtual const char * GetName()
bool GetLightFollowsCamera()
Definition: HOpCameraZoomTouch.h:86
void SetLightFollowsCamera(bool follow)
Definition: HOpCameraZoomTouch.h:83
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 HTouchInfo class encapsulates touch events.
Definition: HEventInfo.h:87
virtual int OnTouchesUp(HEventInfo &hevent)
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
virtual int OnTouchesDown(HEventInfo &hevent)
virtual int OnTouchesMove(HEventInfo &hevent)