Browse Source

Updating example info

Lara Engebretson 10 years ago
parent
commit
0c2199bf4f

BIN
Data/AtomicEditor/ExampleInfo/Basic2D.png


BIN
Data/AtomicEditor/ExampleInfo/Basic3D.png


BIN
Data/AtomicEditor/ExampleInfo/BunnyMark.png


BIN
Data/AtomicEditor/ExampleInfo/Butterflies.png


BIN
Data/AtomicEditor/ExampleInfo/CharacterAnimation3D.png


BIN
Data/AtomicEditor/ExampleInfo/EventLoop.png


+ 52 - 4
Data/AtomicEditor/ExampleInfo/Examples.json

@@ -51,12 +51,60 @@
 				"module" : "2D"
 			},
 			{
-				"name": "UI Example",
-				"desc" : "A basic UI example showing responding to a click",
-				"screenshot" : "UIExample.png",
+				"name": "Basic 3D",
+				"desc" : "An example of a 3D object in a scene",
+				"screenshot" : "Basic3D.png",
+				"folder" : "Basic3D",
+				"module" : "3D"
+			},
+			{
+				"name": "Basic 2D",
+				"desc" : "An example of a 2D sprite in a scene",
+				"screenshot" : "Basic2D.png",
+				"folder" : "Basic2D",
+				"module" : "2D"
+			},
+			{
+				"name": "Render to Texture",
+				"desc" : "An example of a 3D scene rendered onto a 3D object",
+				"screenshot" : "RenderToTexture.png",
+				"folder" : "RenderToTexture",
+				"module" : "3D"
+			},
+			{
+				"name": "UI Scene View",
+				"desc" : "UI example showing a scene playing inside a UI frame",
+				"screenshot" : "UISceneView2D.png",
 				"folder" : "UIExample",
 				"module" : "2D"
+			},
+			{
+				"name": "Event Loop",
+				"desc" : "An example of an event looping in a scene",
+				"screenshot" : "EventLoop.png",
+				"folder" : "EventLoop",
+				"module" : "2D"
+			},
+			{
+				"name": "BunnyMark",
+				"desc" : "A benchmark test using sprite bunnies",
+				"screenshot" : "BunnyMark.png",
+				"folder" : "BunnyMark",
+				"module" : "2D"
+			},
+			{
+				"name": "Butterflies",
+				"desc" : "An example of particles driven by script",
+				"screenshot" : "Butterflies.png",
+				"folder" : "Butterflies",
+				"module" : "2D"
+			},
+			{
+				"name": "Particles 2D",
+				"desc" : "An example of the 2D particle system",
+				"screenshot" : "Particles2D.png",
+				"folder" : "Particles2D",
+				"module" : "2D"
 			}
-
 	]
 }

BIN
Data/AtomicEditor/ExampleInfo/Particles2D.png


BIN
Data/AtomicEditor/ExampleInfo/RenderToTexture.png


BIN
Data/AtomicEditor/ExampleInfo/UISceneView2D.png