HOpCameraZoomBox.h
108 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:41
bool GetLightFollowsCamera()
Definition: HOpCameraZoomBox.h:81
virtual HBaseOperator * Clone()
bool EnforceMinCameraSize() const
Definition: HOpCameraZoomBox.h:93
void SetEnforceMinCameraSize(bool enforceMinCameraSize)
Definition: HOpCameraZoomBox.h:101
virtual int OnLButtonUp(HEventInfo &hevent)
void SetLightFollowsCamera(bool follow)
Definition: HOpCameraZoomBox.h:78
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