public class RawBinaryGltfDataReaderV2
extends java.lang.Object
RawGltfData from a buffer that contains
binary glTF 2.0 data.| Modifier and Type | Method and Description |
|---|---|
static RawGltfData |
readBinaryGltf(java.nio.ByteBuffer data)
Read the
RawGltfData from the given buffer, which contains
the binary glTF 2.0 data |
public static RawGltfData readBinaryGltf(java.nio.ByteBuffer data) throws java.io.IOException
RawGltfData from the given buffer, which contains
the binary glTF 2.0 datadata - The input dataRawGltfDatajava.io.IOException - If an IO error occursCopyright © 2022. All Rights Reserved.