| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultSceneModel |
DefaultGltfModel.getSceneModel(int index)
Return the
SceneModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addSceneModel(DefaultSceneModel sceneModel)
Add the given
SceneModel to this model |
void |
DefaultGltfModel.removeSceneModel(DefaultSceneModel sceneModel)
Remove the given
SceneModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addSceneModels(java.util.Collection<? extends DefaultSceneModel> sceneModels)
Add the given
SceneModel instances to this model |
Copyright © 2022. All Rights Reserved.