From df83d3267a0e84fb5caa091ff36ba4f44a4d9216 Mon Sep 17 00:00:00 2001 From: Luca Giovannesi Date: Mon, 28 Mar 2022 12:34:50 +0200 Subject: [PATCH] Update 3D_model_creation.md --- 3D_model_creation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3D_model_creation.md b/3D_model_creation.md index 9be68e39..33fe656b 100644 --- a/3D_model_creation.md +++ b/3D_model_creation.md @@ -31,3 +31,5 @@ Select you joined object and head to the top menu with __File__ > __Export__ > * ![Immagine 2022-03-28 115931](https://user-images.githubusercontent.com/40276199/160375086-ef0eb587-9574-4f4e-b101-ce24e27e0e12.png) You can then put the .gltf model in the Configurator __/resources/models/__ folder, and ammend the code to display the model. + +The old .json files was converted to .glTF using this [tool](https://gist.github.com/donmccurdy/c090dc53c7bfb704ef9de654ecc07632)