Class: ViewerInfo

bu.threed.action. ViewerInfo

An action for a bu.control.Label that show different information about some viewer properties or status. Some of this information can be LiDAR project name, date, FOV, pitch, yaw, zoom, mouse position, etc. By default, mouse coordinates are in the view projection, but can be in any supported projection. By default the control is shown in the top right corner of the viewer, but this can be changed by using the css selector of the label.


new ViewerInfo( [options])

Parameters:
Name Type Argument Description
options bu.threed.action.ViewerInfoOptions <optional>

Options.

Source:
bu-threed/action/viewerinfo.js

Extends

Members


control :bu.control.Control

The control this action is attached to.

Type:
Inherited From:
Source:
bu/actions/action.js

viewer :bu.Viewer

This is the viewer this action will be tied to.

Type:
Inherited From:
Source:
bu/actions/action.js