From 8751e01c31094455bbe72d23ac1bffd9a86c7c45 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 16 Oct 2021 18:56:56 +0300 Subject: [PATCH] Re-export desertpillars data --- demos/desertpillars/data/exported/Desert.scene | 17 +++++++++++------ demos/desertpillars/data/exported/Desert.seq | 2 +- .../data/exported/Desert.wrapper.scene | 3 --- 3 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 demos/desertpillars/data/exported/Desert.wrapper.scene diff --git a/demos/desertpillars/data/exported/Desert.scene b/demos/desertpillars/data/exported/Desert.scene index 8a6cc651..bdf14015 100644 --- a/demos/desertpillars/data/exported/Desert.scene +++ b/demos/desertpillars/data/exported/Desert.scene @@ -1,10 +1,15 @@ -type simple; -object "Sphere.object" "Sphere" +type ordered; +scene "Background.scene"; +scene { - transform + type simple; + object "Sphere.object" "Sphere" { - position 0.00000 0.00000 3.27483; - euler 0.00000 -0.00000 0.00000; - scale 1.00000 1.00000 1.00000; + transform + { + position 0.00000 0.00000 3.27483; + euler 0.00000 -0.00000 0.00000; + scale 1.00000 1.00000 1.00000; + }; }; }; diff --git a/demos/desertpillars/data/exported/Desert.seq b/demos/desertpillars/data/exported/Desert.seq index 797a045c..34213785 100644 --- a/demos/desertpillars/data/exported/Desert.seq +++ b/demos/desertpillars/data/exported/Desert.seq @@ -8,7 +8,7 @@ step "" "content" { depth_test LEQUAL; lighting "Desert.lightn"; - scene "Desert.wrapper.scene"; + scene "Desert.scene"; }; ambient_occlusion { diff --git a/demos/desertpillars/data/exported/Desert.wrapper.scene b/demos/desertpillars/data/exported/Desert.wrapper.scene deleted file mode 100644 index 1984388f..00000000 --- a/demos/desertpillars/data/exported/Desert.wrapper.scene +++ /dev/null @@ -1,3 +0,0 @@ -type ordered; -scene "Background.scene"; -scene "Desert.scene"; -- 2.43.0