Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: ValueTuple<string, VertexInfo[][]> ParseObjFile(string)

  • Declared in: RT.Modeling.Md

Declaration

public static ValueTuple<string, VertexInfo[][]> ParseObjFile(
    string syntax
)

Summary

Parses a 3D model from .obj file syntax.

Parameters

stringsyntax The contents of the file to parse.

Returns

The name of the object gleaned from the file, and the collection of faces defining the 3D model.