Loads .obj files

Spec: https://www.martinreddy.net/gfx/3d/OBJ.spec Spec: https://www.fileformat.info/format/material/

Note: Currently does not properly support quad faces. For now, triangulate the faces.

Constructor

new()

Methods

Inherited Variables

Defined by BaseLoader

data:BytesInput

elementArray:Array<UInt>

format:String

meshes:Map<String, Flx3DGeometry>

normalCoords:Array<Array<Float>>

textureCoords:Array<Array<Float>>

vertexArray:Array<Float>

vertexCoords:Array<Array<Float>>

Inherited Methods