| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MeshModel> |
NodeModel.getMeshModels()
Returns an unmodifiable view on the list of
MeshModel instances
that are attached to this node. |
java.util.List<MeshModel> |
GltfModel.getMeshModels()
Returns an unmodifiable view on the list of
MeshModel
instances that have been created for the glTF. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMeshModel
Implementation of a
MeshModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MeshModel> |
DefaultNodeModel.getMeshModels() |
java.util.List<MeshModel> |
DefaultGltfModel.getMeshModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNodeModel.addMeshModel(MeshModel meshModel)
Add the given
MeshModel |
Copyright © 2022. All Rights Reserved.