Package com.banuba.sdk.scene
Class CameraParameters
java.lang.Object
com.banuba.sdk.scene.CameraParameters
public final class CameraParameters
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description CameraParameters(ProjectionType projection, float zNear, float zFar, float fov, int frameWidth, int frameHeight)
-
Method Summary
Modifier and Type Method Description float
getFov()
int
getFrameHeight()
int
getFrameWidth()
ProjectionType
getProjection()
float
getZFar()
float
getZNear()
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CameraParameters
public CameraParameters(@NonNull ProjectionType projection, float zNear, float zFar, float fov, int frameWidth, int frameHeight)
-
-
Method Details
-
getProjection
-
getZNear
public float getZNear() -
getZFar
public float getZFar() -
getFov
public float getFov() -
getFrameWidth
public int getFrameWidth() -
getFrameHeight
public int getFrameHeight() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-