public class VRRenderInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
aspect |
float |
fieldOfView |
float |
sceneHeight |
float |
sceneWidth |
float |
tanHalfFovX |
float |
tanHalfFovY |
VRTextureBounds[] |
textureBounds |
Constructor and Description |
---|
VRRenderInfo(HzdVRSystem vrSys) |
public float sceneWidth
public float sceneHeight
public float aspect
public float fieldOfView
public float tanHalfFovX
public float tanHalfFovY
public VRTextureBounds[] textureBounds
public VRRenderInfo(HzdVRSystem vrSys)