Companion

object Companion

Functions

Link copied to clipboard
suspend fun readGLB(file: VfsFile): GLTF2
suspend fun readGLB(data: ByteArray, file: VfsFile? = null): GLTF2
Link copied to clipboard
suspend fun readGLTF(jsonString: String, bin: ByteArray? = null, file: VfsFile? = null): GLTF2