| 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.
|
| de.javagl.jgltf.model.v1 |
Implementations for the
GltfModel classes,
based on glTF 1.0. |
| de.javagl.jgltf.model.v2 |
Implementations for the
GltfModel classes,
based on glTF 2.0. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SceneModel> |
GltfModel.getSceneModels()
Returns an unmodifiable view on the list of
SceneModel
instances that have been created for the glTF. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSceneModel
Implementation of a
SceneModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SceneModel> |
GltfModelV1.getSceneModels() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SceneModel> |
GltfModelV2.getSceneModels() |
Copyright © 2022. All Rights Reserved.