18 #ifndef _HOPCAMERAZOOMBOX_H
19 #define _HOPCAMERAZOOMBOX_H
27 #include "HOpConstructRectangle.h"
94 void ComputeNewField(
float & width,
float & height,
99 bool m_LightFollowsCamera;
The HOpCameraZoomBox class zooms the camera to a selected area.
Definition: HOpCameraZoomBox.h:42
bool GetLightFollowsCamera()
Definition: HOpCameraZoomBox.h:82
virtual HBaseOperator * Clone()
virtual int OnLButtonUp(HEventInfo &hevent)
void SetLightFollowsCamera(bool follow)
Definition: HOpCameraZoomBox.h:79
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
virtual const char * GetName()
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:337
virtual int OnLButtonDblClk(HEventInfo &hevent)
The HOpConstructRectangle class draws a rectangle.
Definition: HOpConstructRectangle.h:44
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:214