| 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 |
|---|---|
static ElementType |
ElementType.forString(java.lang.String string)
Returns the element type for the given string.
|
ElementType |
AccessorModel.getElementType()
Returns the
ElementType that this accessor provides access to |
static ElementType |
ElementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ElementType[] |
ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ElementType |
DefaultAccessorModel.getElementType() |
| Constructor and Description |
|---|
DefaultAccessorModel(int componentType,
int count,
ElementType elementType)
Creates a new instance
|
Copyright © 2022. All Rights Reserved.