From cda71df444fba94301027f628bdd079801d51301 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 6 May 2019 10:06:09 -0700 Subject: Updated readme --- AssetLoader/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AssetLoader') diff --git a/AssetLoader/README.md b/AssetLoader/README.md index 3911f52..3dab1b6 100644 --- a/AssetLoader/README.md +++ b/AssetLoader/README.md @@ -1,6 +1,6 @@ # Asset Loader -Asset loading libary currently supports GLTF 2.0 format. +The asset loading libary currently supports GLTF 2.0 format. ## GLTF 2.0 @@ -22,7 +22,7 @@ that initializes all Diligent Engine objects required to render the model. ```cpp std::unique_ptr Model; -Model.reset(new GLTF::Model(pDevice, pImmediateContext, Path)); +Model.reset(new GLTF::Model(pDevice, pImmediateContext, "models/DamagedHelmet/DamagedHelmet.gltf")); ``` The loader does not implement any rendering functionality. Please see -- cgit v1.2.3