| Package | Description |
|---|---|
| de.javagl.jgltf.model |
Classes for loading and accessing glTF data.
|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CameraOrthographicModel |
CameraModel.getCameraOrthographicModel()
Returns the
CameraOrthographicModel, or null if
this is a perspective camera |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCameraOrthographicModel
Default implementation of a
CameraOrthographicModel |
| Modifier and Type | Method and Description |
|---|---|
CameraOrthographicModel |
DefaultCameraModel.getCameraOrthographicModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCameraModel.setCameraOrthographicModel(CameraOrthographicModel cameraOrthographicModel)
Set the
CameraOrthographicModel |
Copyright © 2022. All Rights Reserved.