18 #ifndef _HOpCameraOrbitTurntable_H
19 #define _HOpCameraOrbitTurntable_H
125 void RotateAroundAxis(
HPoint axis,
float rf);
130 bool m_LightFollowsCamera;
132 bool m_bCenterPointSet;
virtual int OnLButtonDownAndMove(HEventInfo &hevent)
virtual const char * GetName()
virtual int OnLButtonUp(HEventInfo &hevent)
void UnSetCenter()
Definition: HOpCameraOrbitTurntable.h:110
bool GetLightFollowsCamera()
Definition: HOpCameraOrbitTurntable.h:100
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 HOpCameraOrbitTurntable class orbits the camera around a predefined vertical and horizontal axis...
Definition: HOpCameraOrbitTurntable.h:44
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214
virtual int OnLButtonDown(HEventInfo &hevent)
void SetLightFollowsCamera(bool follow)
Definition: HOpCameraOrbitTurntable.h:97
virtual int OnMouseWheel(HEventInfo &hevent)
void SetCenter(HPoint center)
Definition: HOpCameraOrbitTurntable.h:105