Module kiss3d::loader::obj
[−]
[src]
Simplistic obj loader.
Functions
parse |
Parses a string representing an obj file. |
parse_file |
Parses an obj file. |
split_words |
Returns an iterator through all the words of a string. |
Type Definitions
Coord |
The type of vertex coordinates. |
Normal |
The type of normals. |
UV |
The type of texture coordinates. |
Words |
Iterator through words. |