| Package | Description |
|---|---|
| de.javagl.jgltf.model.v1 |
Implementations for the
GltfModel classes,
based on glTF 1.0. |
| Modifier and Type | Method and Description |
|---|---|
DefaultProgramModel |
GltfModelV1.getProgramModel(int index)
Return the
ProgramModel at the given index |
| Modifier and Type | Method and Description |
|---|---|
void |
GltfModelV1.addProgramModel(DefaultProgramModel programModel)
Add the given
ProgramModel to this model |
void |
GltfModelV1.removeProgramModel(DefaultProgramModel programModel)
Remove the given
ProgramModel from this model |
| Modifier and Type | Method and Description |
|---|---|
void |
GltfModelV1.addProgramModels(java.util.Collection<? extends DefaultProgramModel> programModels)
Add the given
ProgramModel instances to this model |
Copyright © 2022. All Rights Reserved.