From 00d521ca1eb4c64ae8ef20217207da2d8bfaa57a Mon Sep 17 00:00:00 2001 From: Rodrigo Figueredo <59716658+rgfigueredo91@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:37:23 -0300 Subject: [PATCH] s --- object/{RENDERS.html => index.html} | 2 +- object/{RENDERS_out.xml => index_out.xml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename object/{RENDERS.html => index.html} (98%) rename object/{RENDERS_out.xml => index_out.xml} (100%) diff --git a/object/RENDERS.html b/object/index.html similarity index 98% rename from object/RENDERS.html rename to object/index.html index 31ed944..b7d5dc6 100644 --- a/object/RENDERS.html +++ b/object/index.html @@ -60,7 +60,7 @@

// add the skin object skin=new object2vrSkin(obj); // load the configuration - obj.readConfigUrl("RENDERS_out.xml"); + obj.readConfigUrl("index_out.xml"); // hide the URL bar on the iPhone setTimeout(function() { hideUrlBar(); }, 10); diff --git a/object/RENDERS_out.xml b/object/index_out.xml similarity index 100% rename from object/RENDERS_out.xml rename to object/index_out.xml