public class CameraOrthographic extends GlTFProperty
| Constructor and Description |
|---|
CameraOrthographic() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Float |
getXmag()
The floating-point horizontal magnification of the view.
|
java.lang.Float |
getYmag()
The floating-point vertical magnification of the view.
|
java.lang.Float |
getZfar()
The floating-point distance to the far clipping plane.
|
java.lang.Float |
getZnear()
The floating-point distance to the near clipping plane.
|
void |
setXmag(java.lang.Float xmag)
The floating-point horizontal magnification of the view.
|
void |
setYmag(java.lang.Float ymag)
The floating-point vertical magnification of the view.
|
void |
setZfar(java.lang.Float zfar)
The floating-point distance to the far clipping plane.
|
void |
setZnear(java.lang.Float znear)
The floating-point distance to the near clipping plane.
|
addExtensions, getExtensions, getExtras, removeExtensions, setExtensions, setExtraspublic void setXmag(java.lang.Float xmag)
xmag - The xmag to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.Float getXmag()
public void setYmag(java.lang.Float ymag)
ymag - The ymag to setjava.lang.NullPointerException - If the given value is nullpublic java.lang.Float getYmag()
public void setZfar(java.lang.Float zfar)
zfar - The zfar to setjava.lang.NullPointerException - If the given value is nulljava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Float getZfar()
public void setZnear(java.lang.Float znear)
znear - The znear to setjava.lang.NullPointerException - If the given value is nulljava.lang.IllegalArgumentException - If the given value does not meet
the given constraintspublic java.lang.Float getZnear()
Copyright © 2024. All Rights Reserved.