| Package | Description |
|---|---|
| de.javagl.jgltf.model.v2 |
Implementations for the
GltfModel classes,
based on glTF 2.0. |
| Modifier and Type | Method and Description |
|---|---|
MaterialModelV2.AlphaMode |
MaterialModelV2.getAlphaMode()
Returns the alpha mode
|
static MaterialModelV2.AlphaMode |
MaterialModelV2.AlphaMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MaterialModelV2.AlphaMode[] |
MaterialModelV2.AlphaMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialModelV2.setAlphaMode(MaterialModelV2.AlphaMode alphaMode)
Set the alpha mode
|
Copyright © 2022. All Rights Reserved.