| Package | Description |
|---|---|
| de.javagl.jgltf.model.io |
Classes for reading and writing glTF data
|
| de.javagl.jgltf.model.io.v1 |
Classes for reading and writing glTF data, for glTF 1.0.
|
| de.javagl.jgltf.model.io.v2 |
Classes for reading and writing glTF data, for glTF 2.0.
|
| Modifier and Type | Method and Description |
|---|---|
static RawGltfData |
RawGltfDataReader.read(java.io.InputStream inputStream)
Read the raw glTF data from the given input stream.
|
| Modifier and Type | Method and Description |
|---|---|
static RawGltfData |
RawBinaryGltfDataReaderV1.readBinaryGltf(java.nio.ByteBuffer data)
Read the
RawGltfData from the given buffer, which contains
the binary glTF 1.0 data |
| Modifier and Type | Method and Description |
|---|---|
static RawGltfData |
RawBinaryGltfDataReaderV2.readBinaryGltf(java.nio.ByteBuffer data)
Read the
RawGltfData from the given buffer, which contains
the binary glTF 2.0 data |
Copyright © 2022. All Rights Reserved.