diff options
author | rodri <rgl@antares-labs.eu> | 2020-04-13 10:16:33 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2020-04-13 10:16:33 +0000 |
commit | 8954159bc44bcc91f25fb4395c86461d4d32f8ae (patch) | |
tree | f8ab1906cd8c1690bf2732b95f18c933f5ceb2fb /readme | |
parent | d7bb559d490e6a5ece5dd9256a6f7c11f550b13d (diff) | |
download | libobj-8954159bc44bcc91f25fb4395c86461d4d32f8ae.tar.gz libobj-8954159bc44bcc91f25fb4395c86461d4d32f8ae.tar.bz2 libobj-8954159bc44bcc91f25fb4395c86461d4d32f8ae.zip |
add a readme
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +libobj + +Libobj provides a parser for the Wavefront OBJ file format. + +It is not complete, i.e. groups and materials for example aren't +supported (ignored during parsing), plus it is required for the user +to manipulate the loaded structures manually, because of the basically +non-existent API. |