Open 3D Engine Atom Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::RPI::FovData Struct Reference

XR View specific Fov data (in radians). More...

#include <XRRenderingInterface.h>

Public Attributes

float m_angleLeft = 0.0f
 angleLeft is the angle of the left side of the field of view. For a symmetric field of view this value is negative.
 
float m_angleRight = 0.0f
 angleRight is the angle of the right side of the field of view.
 
float m_angleUp = 0.0f
 angleUp is the angle of the top part of the field of view.
 
float m_angleDown = 0.0f
 angleDown is the angle of the bottom part of the field of view. For a symmetric field of view this value is negative.
 

Detailed Description

XR View specific Fov data (in radians).


The documentation for this struct was generated from the following file: