From 9f92ba34a6923997b7589982e924eed5fcdb031e Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Tue, 23 Aug 2016 02:44:32 +0900 Subject: [PATCH] Update `Feature` list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e95eed..09eb2f6 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ TinyObjLoader is successfully used in ... * Material * Unknown material attributes are returned as key-value(value is string) map. * Crease tag('t'). This is OpenSubdiv specific(not in wavefront .obj specification) +* PBR material extension for .MTL. Its proposed here: http://exocortex.com/blog/extending_wavefront_mtl_to_support_pbr * Callback API for custom loading.