| 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 | Class and Description |
|---|---|
class |
AccessorByteData
A class for accessing the data that is described by an accessor.
|
class |
AccessorFloatData
A class for accessing the data that is described by an accessor.
|
class |
AccessorIntData
A class for accessing the data that is described by an accessor.
|
class |
AccessorShortData
A class for accessing the data that is described by an accessor.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessorData |
AccessorDatas.create(AccessorModel accessorModel)
Create the
AccessorData for the given AccessorModel |
static AccessorData |
AccessorDatas.create(AccessorModel accessorModel,
java.nio.ByteBuffer byteBuffer)
Create the
AccessorData for the given AccessorModel
that refers to the data from the given buffer. |
static AccessorData |
AccessorDatas.create(int componentType,
java.nio.ByteBuffer bufferViewData,
int byteOffset,
int count,
ElementType elementType,
java.lang.Integer byteStride)
Create an
AccessorData depending on the given component type. |
AccessorData |
AccessorModel.getAccessorData()
Returns the
AccessorData for this accessor. |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Number[] |
AccessorDatas.computeMax(AccessorData accessorData)
Compute the the maximum component values of the given
AccessorData |
static java.lang.Number[] |
AccessorDatas.computeMin(AccessorData accessorData)
Compute the the minimum component values of the given
AccessorData |
static java.lang.String |
AccessorDatas.createString(AccessorData accessorData,
int elementsPerRow)
Creates a (possibly large!)
|
| Modifier and Type | Method and Description |
|---|---|
AccessorData |
DefaultAccessorModel.getAccessorData() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAccessorModel.setAccessorData(AccessorData accessorData)
Set the
AccessorData for this accessor |
Copyright © 2022. All Rights Reserved.