From 6a04c878073c4f65da7d5dc0a6861d1de917afc3 Mon Sep 17 00:00:00 2001 From: Jonathan Hale Date: Wed, 28 Mar 2018 12:19:42 +0200 Subject: [PATCH] Add Magnum's TinyGltfImporter plugin to projects --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2af5f2..3396a66 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch. * Physical based rendering with Vulkan using glTF 2.0 models https://github.com/SaschaWillems/Vulkan-glTF-PBR * GLTF loader plugin for OGRE 2.1. Support for PBR materials via HLMS/PBS https://github.com/Ybalrid/Ogre_glTF -* Your projects here!(Plese send PR) +* [TinyGltfImporter](http://doc.magnum.graphics/magnum/classMagnum_1_1Trade_1_1TinyGltfImporter.html) plugin for [Magnum](https://github.com/mosra/magnum), a lightweight and modular C++11/C++14 graphics middleware for games and data visualization. +* Your projects here! (Please send PR) ## TODOs