From a403cd873655336446710c381b87e889ebb76772 Mon Sep 17 00:00:00 2001 From: "Arthur Brainville (Ybalrid)" Date: Wed, 21 Mar 2018 18:00:01 +0100 Subject: [PATCH] Add Ogre_glTF to the list of projects using the lib Signed-off by: Arthur Brainville (Ybalrid) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 719de93..b2af5f2 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch. ## Projects using TinyGLTF * 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) ## TODOs