13 #ifndef _HOpCameraOrbitTurntable_H
14 #define _HOpCameraOrbitTurntable_H
120 void RotateAroundAxis(
HPoint axis,
float rf);
125 bool m_LightFollowsCamera;
127 bool m_bCenterPointSet;
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
virtual const char * GetName()
virtual int OnLButtonUp(HEventInfo &hevent)
void UnSetCenter()
Definition: HOpCameraOrbitTurntable.h:105
bool GetLightFollowsCamera()
Definition: HOpCameraOrbitTurntable.h:95
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 HPoint class is the data type of a three-dimensional point.
Definition: HGlobals.h:121
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
The HOpCameraOrbitTurntable class orbits the camera around a predefined vertical and horizontal axis...
Definition: HOpCameraOrbitTurntable.h:39
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:207
virtual int OnLButtonDown(HEventInfo &hevent)
void SetLightFollowsCamera(bool follow)
Definition: HOpCameraOrbitTurntable.h:92
virtual int OnMouseWheel(HEventInfo &hevent)
void SetCenter(HPoint center)
Definition: HOpCameraOrbitTurntable.h:100