diff options
author | rodri <rgl@antares-labs.eu> | 2024-10-07 17:01:39 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2024-10-07 17:01:39 +0000 |
commit | b4f6e218fccb523c9449a94b30cd6b2fa876a361 (patch) | |
tree | e4e6d36fca7175523e60d3d20603c7f52b16cbfb | |
parent | 9ac2be4228b1dc8b9ccb1091680d80c3d7dc7673 (diff) | |
download | libobj-b4f6e218fccb523c9449a94b30cd6b2fa876a361.tar.gz libobj-b4f6e218fccb523c9449a94b30cd6b2fa876a361.tar.bz2 libobj-b4f6e218fccb523c9449a94b30cd6b2fa876a361.zip |
update the readme; we've had mtl support for a while now.
-rw-r--r-- | readme | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ 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. +It is not complete, i.e. groups and parametric curves for example +are not supported (ignored during parsing), plus it is required for the +user to manipulate the loaded structures manually, because of the +basically non-existent API. |