updateFromCamera method

void updateFromCamera(
  1. Camera camera
)

Updates the frustum of the viewshed using the properties of the supplied Camera.

The camera provides the position, pitch, and heading of the viewshed frustum.

Parameters:

  • camera — A camera from which the viewshed is updated.