From f2591c16aba06a04124da2f19bab25227e781a01 Mon Sep 17 00:00:00 2001 From: Dane Johnson Date: Sat, 30 Jan 2021 16:50:13 -0600 Subject: [PATCH] Move the demos down a directory --- demo/{ => exampleworld}/ball.mtl | 0 demo/{ => exampleworld}/ball.obj | 0 demo/{ => exampleworld}/barn.mtl | 0 demo/{ => exampleworld}/barn.obj | 0 demo/{ => exampleworld}/barnroof_lowres.png | Bin demo/{ => exampleworld}/capsule.mtl | 0 demo/{ => exampleworld}/capsule.obj | 0 demo/{ => exampleworld}/container.png | Bin demo/{ => exampleworld}/cube.mtl | 0 demo/{ => exampleworld}/cube.obj | 0 demo/{ => exampleworld}/grass_lowres.png | Bin demo/{ => exampleworld}/grate_floor_lowres.png | Bin demo/{ => exampleworld}/ground.mtl | 0 demo/{ => exampleworld}/ground.obj | 0 demo/{ => exampleworld}/main.lua | 0 demo/{ => exampleworld}/paintedwood.jpg | Bin demo/{ => exampleworld}/railing.png | Bin demo/{ => exampleworld}/scaffold.mtl | 0 demo/{ => exampleworld}/scaffold.obj | 0 demo/{ => exampleworld}/skybox/nx.png | Bin demo/{ => exampleworld}/skybox/ny.png | Bin demo/{ => exampleworld}/skybox/nz.png | Bin demo/{ => exampleworld}/skybox/px.png | Bin demo/{ => exampleworld}/skybox/py.png | Bin demo/{ => exampleworld}/skybox/pz.png | Bin demo/{ => exampleworld}/trough.mtl | 0 demo/{ => exampleworld}/trough.obj | 0 demo/{ => exampleworld}/wood_lowres.png | Bin 28 files changed, 0 insertions(+), 0 deletions(-) rename demo/{ => exampleworld}/ball.mtl (100%) rename demo/{ => exampleworld}/ball.obj (100%) rename demo/{ => exampleworld}/barn.mtl (100%) rename demo/{ => exampleworld}/barn.obj (100%) rename demo/{ => exampleworld}/barnroof_lowres.png (100%) rename demo/{ => exampleworld}/capsule.mtl (100%) rename demo/{ => exampleworld}/capsule.obj (100%) rename demo/{ => exampleworld}/container.png (100%) rename demo/{ => exampleworld}/cube.mtl (100%) rename demo/{ => exampleworld}/cube.obj (100%) rename demo/{ => exampleworld}/grass_lowres.png (100%) rename demo/{ => exampleworld}/grate_floor_lowres.png (100%) rename demo/{ => exampleworld}/ground.mtl (100%) rename demo/{ => exampleworld}/ground.obj (100%) rename demo/{ => exampleworld}/main.lua (100%) rename demo/{ => exampleworld}/paintedwood.jpg (100%) rename demo/{ => exampleworld}/railing.png (100%) rename demo/{ => exampleworld}/scaffold.mtl (100%) rename demo/{ => exampleworld}/scaffold.obj (100%) rename demo/{ => exampleworld}/skybox/nx.png (100%) rename demo/{ => exampleworld}/skybox/ny.png (100%) rename demo/{ => exampleworld}/skybox/nz.png (100%) rename demo/{ => exampleworld}/skybox/px.png (100%) rename demo/{ => exampleworld}/skybox/py.png (100%) rename demo/{ => exampleworld}/skybox/pz.png (100%) rename demo/{ => exampleworld}/trough.mtl (100%) rename demo/{ => exampleworld}/trough.obj (100%) rename demo/{ => exampleworld}/wood_lowres.png (100%) diff --git a/demo/ball.mtl b/demo/exampleworld/ball.mtl similarity index 100% rename from demo/ball.mtl rename to demo/exampleworld/ball.mtl diff --git a/demo/ball.obj b/demo/exampleworld/ball.obj similarity index 100% rename from demo/ball.obj rename to demo/exampleworld/ball.obj diff --git a/demo/barn.mtl b/demo/exampleworld/barn.mtl similarity index 100% rename from demo/barn.mtl rename to demo/exampleworld/barn.mtl diff --git a/demo/barn.obj b/demo/exampleworld/barn.obj similarity index 100% rename from demo/barn.obj rename to demo/exampleworld/barn.obj diff --git a/demo/barnroof_lowres.png b/demo/exampleworld/barnroof_lowres.png similarity index 100% rename from demo/barnroof_lowres.png rename to demo/exampleworld/barnroof_lowres.png diff --git a/demo/capsule.mtl b/demo/exampleworld/capsule.mtl similarity index 100% rename from demo/capsule.mtl rename to demo/exampleworld/capsule.mtl diff --git a/demo/capsule.obj b/demo/exampleworld/capsule.obj similarity index 100% rename from demo/capsule.obj rename to demo/exampleworld/capsule.obj diff --git a/demo/container.png b/demo/exampleworld/container.png similarity index 100% rename from demo/container.png rename to demo/exampleworld/container.png diff --git a/demo/cube.mtl b/demo/exampleworld/cube.mtl similarity index 100% rename from demo/cube.mtl rename to demo/exampleworld/cube.mtl diff --git a/demo/cube.obj b/demo/exampleworld/cube.obj similarity index 100% rename from demo/cube.obj rename to demo/exampleworld/cube.obj diff --git a/demo/grass_lowres.png b/demo/exampleworld/grass_lowres.png similarity index 100% rename from demo/grass_lowres.png rename to demo/exampleworld/grass_lowres.png diff --git a/demo/grate_floor_lowres.png b/demo/exampleworld/grate_floor_lowres.png similarity index 100% rename from demo/grate_floor_lowres.png rename to demo/exampleworld/grate_floor_lowres.png diff --git a/demo/ground.mtl b/demo/exampleworld/ground.mtl similarity index 100% rename from demo/ground.mtl rename to demo/exampleworld/ground.mtl diff --git a/demo/ground.obj b/demo/exampleworld/ground.obj similarity index 100% rename from demo/ground.obj rename to demo/exampleworld/ground.obj diff --git a/demo/main.lua b/demo/exampleworld/main.lua similarity index 100% rename from demo/main.lua rename to demo/exampleworld/main.lua diff --git a/demo/paintedwood.jpg b/demo/exampleworld/paintedwood.jpg similarity index 100% rename from demo/paintedwood.jpg rename to demo/exampleworld/paintedwood.jpg diff --git a/demo/railing.png b/demo/exampleworld/railing.png similarity index 100% rename from demo/railing.png rename to demo/exampleworld/railing.png diff --git a/demo/scaffold.mtl b/demo/exampleworld/scaffold.mtl similarity index 100% rename from demo/scaffold.mtl rename to demo/exampleworld/scaffold.mtl diff --git a/demo/scaffold.obj b/demo/exampleworld/scaffold.obj similarity index 100% rename from demo/scaffold.obj rename to demo/exampleworld/scaffold.obj diff --git a/demo/skybox/nx.png b/demo/exampleworld/skybox/nx.png similarity index 100% rename from demo/skybox/nx.png rename to demo/exampleworld/skybox/nx.png diff --git a/demo/skybox/ny.png b/demo/exampleworld/skybox/ny.png similarity index 100% rename from demo/skybox/ny.png rename to demo/exampleworld/skybox/ny.png diff --git a/demo/skybox/nz.png b/demo/exampleworld/skybox/nz.png similarity index 100% rename from demo/skybox/nz.png rename to demo/exampleworld/skybox/nz.png diff --git a/demo/skybox/px.png b/demo/exampleworld/skybox/px.png similarity index 100% rename from demo/skybox/px.png rename to demo/exampleworld/skybox/px.png diff --git a/demo/skybox/py.png b/demo/exampleworld/skybox/py.png similarity index 100% rename from demo/skybox/py.png rename to demo/exampleworld/skybox/py.png diff --git a/demo/skybox/pz.png b/demo/exampleworld/skybox/pz.png similarity index 100% rename from demo/skybox/pz.png rename to demo/exampleworld/skybox/pz.png diff --git a/demo/trough.mtl b/demo/exampleworld/trough.mtl similarity index 100% rename from demo/trough.mtl rename to demo/exampleworld/trough.mtl diff --git a/demo/trough.obj b/demo/exampleworld/trough.obj similarity index 100% rename from demo/trough.obj rename to demo/exampleworld/trough.obj diff --git a/demo/wood_lowres.png b/demo/exampleworld/wood_lowres.png similarity index 100% rename from demo/wood_lowres.png rename to demo/exampleworld/wood_lowres.png