![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
Static Public Member Functions | |
| static float | GetHorizontalFieldOfViewRadians (this Camera camera) |
| Get the horizontal FOV from the stereo camera More... | |
| static bool | IsInFOV (this Camera camera, Vector3 position) |
| Returns if a point will be rendered on the screen in either eye More... | |
Definition at line 8 of file CameraExtensions.cs.
|
static |
Get the horizontal FOV from the stereo camera
Definition at line 14 of file CameraExtensions.cs.
|
static |
Returns if a point will be rendered on the screen in either eye
| camera | The camera to check the point against |
| position |
Definition at line 25 of file CameraExtensions.cs.