Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Gets the current field of view for the active sphere, passes it to the optional callback function (if provided), and returns it.

See sendData for how to set this value.

Parameter:

  • callback (function): (OPTIONAL) A callback function to execute. It will be passed the following automatically:

    • cameraFov (number): A number representing the current field of view

...