| Modifier and Type | Field and Description |
|---|---|
FovHVHalves |
fovhv
Field of view in both directions, may not be centered, either
FovHVHalves.inTangents or radians. |
float |
zFar
Far Z
|
float |
zNear
Near Z
|
| Constructor and Description |
|---|
Frustum.FovDesc(FovHVHalves fovhv,
float zNear,
float zFar) |
public final FovHVHalves fovhv
FovHVHalves.inTangents or radians.public final float zNear
public final float zFar
public Frustum.FovDesc(FovHVHalves fovhv, float zNear, float zFar) throws IllegalArgumentException
fovhv - field of view in both directions, may not be centered, either FovHVHalves.inTangents or radianszNear - zFar - IllegalArgumentException - if zNear <= 0 or zFar <= zNear.Copyright 2010 JogAmp Community.