| 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.
|
| de.javagl.jgltf.model.v1 |
Implementations for the
GltfModel classes,
based on glTF 1.0. |
| de.javagl.jgltf.model.v1.gl |
Classes related to the KHR_technique_webgl extension, for rendering
a glTF asset with GL.
|
| de.javagl.jgltf.model.v2 |
Implementations for the
GltfModel classes,
based on glTF 2.0. |
| Modifier and Type | Method and Description |
|---|---|
MaterialModel |
MeshPrimitiveModel.getMaterialModel()
Returns the
MaterialModel that should be used for rendering
this mesh primitive |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MaterialModel> |
GltfModel.getMaterialModels()
Returns an unmodifiable view on the list of
MaterialModel
instances that have been created for the glTF. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMaterialModel
Implementation of a
MaterialModel |
| Modifier and Type | Method and Description |
|---|---|
MaterialModel |
DefaultMeshPrimitiveModel.getMaterialModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultMeshPrimitiveModel.setMaterialModel(MaterialModel materialModel)
Set the
MaterialModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MaterialModel> |
GltfModelV1.getMaterialModels() |
| Modifier and Type | Method and Description |
|---|---|
static MaterialModel |
DefaultModels.getDefaultMaterialModel()
Return the default
MaterialModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MaterialModel> |
GltfModelV2.getMaterialModels() |
Copyright © 2022. All Rights Reserved.