Package-level declarations
Functions
Link copied to clipboard
Parses a list of strings representing the content of a Wavefront OBJ file and converts it into a map of polygon groups, where each key corresponds to a mesh name and the value is a list of polygons.
Link copied to clipboard
Loads a Wavefront OBJ file representation provided as a list of strings and parses it into a VertexBuffer.
Loads an OBJ file as a VertexBuffer. Use this method to render / process the loaded OBJ data using the GPU.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Reads and processes mesh data from a list of lines in OBJ format.
Link copied to clipboard
Convert mesh data to Wavefront OBJ representation