ObjMeshDataParser

class ObjMeshDataParser(builder: <Error class: unknown class> = MeshDataBuilder())

A parser of MeshData from Wavefront OBJ format.

Constructors

Link copied to clipboard
constructor(builder: <Error class: unknown class> = MeshDataBuilder())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun parseArrayMeshData(lines: List<String>): <Error class: unknown class>

Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ format.

Link copied to clipboard

Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ file.

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 raw resource.

Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ asset.

Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ file.

Returns a container for the array buffers data related to a single mesh loaded from a Wavefront OBJ input.