HOpCameraZoomBox.h
104 bool ComputeReasonableTarget(HPoint & new_tar, HPoint const & min, HPoint const & max, HPoint const & tar_orig);
The HOpCameraZoomBox class zooms the camera to a selected area.
Definition: HOpCameraZoomBox.h:37
bool GetLightFollowsCamera()
Definition: HOpCameraZoomBox.h:77
virtual HBaseOperator * Clone()
bool EnforceMinCameraSize() const
Definition: HOpCameraZoomBox.h:89
void SetEnforceMinCameraSize(bool enforceMinCameraSize)
Definition: HOpCameraZoomBox.h:97
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
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