updateFromCamera method

void updateFromCamera(
  1. Camera camera
)

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

The Camera is used to update the position, pitch, and heading of the viewshed frustum.

Parameters:

  • camera — A Camera from which the viewshed will be updated.