| 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<MeshPrimitiveModel> |
MeshModel.getMeshPrimitiveModels()
Returns an unmodifiable view on the
MeshPrimitiveModel objects
that this mesh consists of |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMeshPrimitiveModel
Implementation of a
MeshPrimitiveModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MeshPrimitiveModel> |
DefaultMeshModel.getMeshPrimitiveModels() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMeshModel.addMeshPrimitiveModel(MeshPrimitiveModel meshPrimitiveModel)
Add the given
MeshPrimitiveModel |
Copyright © 2022. All Rights Reserved.