From 9eae110946808927fb6ca2f0ffe2f5960df3e4df Mon Sep 17 00:00:00 2001 From: Selmar Kok Date: Wed, 4 Apr 2018 18:10:37 +0200 Subject: [PATCH] serialize texture extensions --- tiny_gltf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tiny_gltf.h b/tiny_gltf.h index 012a398..60ae379 100644 --- a/tiny_gltf.h +++ b/tiny_gltf.h @@ -3745,6 +3745,7 @@ static void SerializeGltfTexture(Texture &texture, json &o) { json extras; SerializeValue("extras", texture.extras, o); } + SerializeExtensionMap(texture.extensions, o); } static void WriteGltfFile(const std::string &output,