public class RawGltfDataReader
extends java.lang.Object
RawGltfData that contains
the JSON data and the binary data, and which may then be processed
further.| Modifier and Type | Method and Description |
|---|---|
static RawGltfData |
read(java.io.InputStream inputStream)
Read the raw glTF data from the given input stream.
|
public static RawGltfData read(java.io.InputStream inputStream) throws java.io.IOException
inputStream - The input streamRawGltfDatajava.io.IOException - If an IO error occursCopyright © 2022. All Rights Reserved.