public class Camera2D extends Camera
Constructor and Description |
---|
Camera2D() |
Modifier and Type | Method and Description |
---|---|
float |
getHeight() |
float |
getWidth() |
void |
setHeight(float height) |
void |
setProjectionMatrix(int widthNotUsed,
int heightNotUsed) |
void |
setWidth(float width) |
getFarPlane, getFieldOfView, getFogColor, getFogFar, getFogNear, getNearPlane, getProjectionMatrix, getUseRotationMatrix, getViewMatrix, isFogEnabled, setFarPlane, setFieldOfView, setFogColor, setFogEnabled, setFogFar, setFogNear, setNearPlane, setRotationMatrix, setUseRotationMatrix, updateFrustum
getOrientation, getPosition, getRotation, getRotX, getRotY, getRotZ, getScale, getScaleX, getScaleY, getScaleZ, getX, getY, getZ, rotateAround, rotateAround, setLookAt, setLookAt, setOrientation, setOrientation, setPosition, setPosition, setRotation, setRotation, setRotX, setRotY, setRotZ, setScale, setScale, setScale, setScaleX, setScaleY, setScaleZ, setX, setY, setZ
public void setProjectionMatrix(int widthNotUsed, int heightNotUsed)
setProjectionMatrix
in class Camera
public void setWidth(float width)
public float getWidth()
public void setHeight(float height)
public float getHeight()