Table of Contents

Class ObjParser

Namespace
NeoVeldrid.Utilities
Assembly
NeoVeldrid.Utilities.dll

A parser for Wavefront OBJ files.

public class ObjParser
Inheritance
ObjParser
Inherited Members

Methods

Parse(Stream)

Parses an ObjFile from the given text stream.

public ObjFile Parse(Stream s)

Parameters

s Stream

The Stream to read from.

Returns

ObjFile

A new ObjFile.

Parse(string[])

Parses an ObjFile from the given raw text lines.

public ObjFile Parse(string[] lines)

Parameters

lines string[]

The text lines of the OBJ file.

Returns

ObjFile

A new ObjFile.