| 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 |
|---|---|
CameraModel |
NodeModel.getCameraModel()
Returns the
CameraModel for this node, or null if
this node is not associated with a camera |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CameraModel> |
GltfModel.getCameraModels()
Returns an unmodifiable view on the list of
CameraModel
instances that have been created for the glTF. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCameraModel
Implementation of a
CameraModel |
| Modifier and Type | Method and Description |
|---|---|
CameraModel |
DefaultNodeModel.getCameraModel() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CameraModel> |
DefaultGltfModel.getCameraModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNodeModel.setCameraModel(CameraModel cameraModel)
Set the
CameraModel |
Copyright © 2022. All Rights Reserved.