13 #ifndef _HOPCAMERAZOOMBOX_H
14 #define _HOPCAMERAZOOMBOX_H
22 #include "HOpConstructRectangle.h"
89 void ComputeNewField(
float & width,
float & height,
94 bool m_LightFollowsCamera;
The HOpCameraZoomBox class zooms the camera to a selected area.
Definition: HOpCameraZoomBox.h:37
bool GetLightFollowsCamera()
Definition: HOpCameraZoomBox.h:77
virtual HBaseOperator * Clone()
virtual int OnLButtonUp(HEventInfo &hevent)
void SetLightFollowsCamera(bool follow)
Definition: HOpCameraZoomBox.h:74
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
virtual const char * GetName()
The HBaseView class defines and manages a view of model information.
Definition: HBaseView.h:332
virtual int OnLButtonDblClk(HEventInfo &hevent)
The HOpConstructRectangle class draws a rectangle.
Definition: HOpConstructRectangle.h:39
The HEventInfo class stores and manages event information.
Definition: HEventInfo.h:207