public final class GltfReaderV2
extends java.lang.Object
GlTF from an input stream| Constructor and Description |
|---|
GltfReaderV2()
Creates a new glTF reader
|
| Modifier and Type | Method and Description |
|---|---|
GlTF |
read(java.io.InputStream inputStream)
Read the
GlTF from the given stream |
void |
setJsonErrorConsumer(java.util.function.Consumer<? super JsonError> jsonErrorConsumer)
Set the given consumer to receive
JsonErrors that may
occur when the JSON part of the glTF is read |
Copyright © 2022. All Rights Reserved.