parse Array Mesh Data
fun <ERROR CLASS>.parseArrayMeshData(inputStream: InputStream): ArrayMeshData
Content copied to clipboard
fun ObjMeshDataParser.parseArrayMeshData(inputStream: InputStream): ArrayMeshData
Content copied to clipboard
Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ input.
Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ file.
fun <ERROR CLASS>.parseArrayMeshData(context: Context, fileName: String): ArrayMeshData
Content copied to clipboard
Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ asset.
fun <ERROR CLASS>.parseArrayMeshData(context: Context, resId: Int): ArrayMeshData
Content copied to clipboard
Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ raw resource.