public class OrthographicCamera extends Camera
aspect, fov, projection, zFar, zNearengine, name, NAME_UNTITLED_ENTITY, parent| Constructor and Description |
|---|
OrthographicCamera() |
OrthographicCamera(Dimension screen) |
OrthographicCamera(float aspect) |
OrthographicCamera(float left,
float right,
float bottom,
float top,
float near,
float far) |
bindAsMain, getView, getViewProjection, onWindowChange, removed, setAspect, setEngine, setFov, setMatrix, setzFar, setzNearattached, boxed, getTransform, render, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, setParentgetEnginepublic OrthographicCamera()
public OrthographicCamera(Dimension screen)
public OrthographicCamera(float aspect)
public OrthographicCamera(float left,
float right,
float bottom,
float top,
float near,
float far)
Copyright © 2014. All rights reserved.