| Package | Description |
|---|---|
| de.javagl.jgltf.model.v1 |
Implementations for the
GltfModel classes,
based on glTF 1.0. |
| Modifier and Type | Method and Description |
|---|---|
DefaultTechniqueModel |
GltfModelV1.getTechniqueModel(int index)
Return the
TechniqueModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
GltfModelV1.addTechniqueModel(DefaultTechniqueModel techniqueModel)
Add the given
TechniqueModel to this model |
void |
GltfModelV1.removeTechniqueModel(DefaultTechniqueModel techniqueModel)
Remove the given
TechniqueModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
GltfModelV1.addTechniqueModels(java.util.Collection<? extends DefaultTechniqueModel> techniqueModels)
Add the given
TechniqueModel instances to this model |
Copyright © 2022. All Rights Reserved.