| 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 |
|---|---|
CameraPerspectiveModel |
CameraModel.getCameraPerspectiveModel()
Returns the
CameraPerspectiveModel, or null if
this is an orthographic camera |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCameraPerspectiveModel
Default implementation of a
CameraPerspectiveModel |
| Modifier and Type | Method and Description |
|---|---|
CameraPerspectiveModel |
DefaultCameraModel.getCameraPerspectiveModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCameraModel.setCameraPerspectiveModel(CameraPerspectiveModel cameraPerspectiveModel)
Set the
CameraPerspectiveModel |
Copyright © 2022. All Rights Reserved.