public class FrustumProjectionProvider implements MatrixProvider
Class FrustumProjectionProvider. Provides frustumprojectionprovider functionality for the Hytale server.
java.lang.Object > FrustumProjectionProvider
Field Summary
invalid
protected
boolean
invalid
Field invalid.
left
protected
double
left
Field left.
right
protected
double
right
Field right.
bottom
protected
double
bottom
Field bottom.
top
protected
double
top
Field top.
near
protected
double
near
Field near.
far
protected
double
far
Field far.
yaw
protected
double
yaw
Field yaw.
pitch
protected
double
pitch
Field pitch.
roll
protected
double
roll
Field roll.
Method Detail
FrustumProjectionProvider
public
public
FrustumProjectionProvider
()
Method FrustumProjectionProvider.
Matrix4d
public
new
Matrix4d
()
Method Matrix4d.
setLeft
Method setLeft.
- Parameters:
final doubleleft
setRight
Method setRight.
- Parameters:
final doubleright
setBottom
Method setBottom.
- Parameters:
final doublebottom
setTop
Method setTop.
- Parameters:
final doubletop
setNear
Method setNear.
- Parameters:
final doublenear
setFar
Method setFar.
- Parameters:
final doublefar
setRotation
public
FrustumProjectionProvider
setRotation
(final double yaw, final double pitch, final double roll)
Method setRotation.
- Parameters:
final doubleyawfinal doublepitchfinal doubleroll