| Package | Description |
|---|---|
| de.javagl.jgltf.model.impl |
Default implementations of the glTF model interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultNodeModel |
DefaultGltfModel.getNodeModel(int index)
Return the
NodeModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNodeModel.addChild(DefaultNodeModel child)
Add the given child node
|
void |
DefaultGltfModel.addNodeModel(DefaultNodeModel nodeModel)
Add the given
NodeModel to this model |
void |
DefaultGltfModel.removeNodeModel(DefaultNodeModel nodeModel)
Remove the given
NodeModel from this model |
void |
DefaultNodeModel.setParent(DefaultNodeModel parent)
Set the parent of this node
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultGltfModel.addNodeModels(java.util.Collection<? extends DefaultNodeModel> nodeModels)
Add the given
NodeModel instances to this model |
Copyright © 2022. All Rights Reserved.