Explorar el Código

improve 03.bounce sample

mikymod hace 12 años
padre
commit
2670dd8eec
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. 16 0
      samples/03.bounce/sun.physics

+ 16 - 0
samples/03.bounce/sun.physics

@@ -0,0 +1,16 @@
+{
+	"actors" : [
+		{
+			"name" : "actor_sun",
+			"node" : "root",
+			"type" : "dynamic_physical",
+			"shapes" : [
+				{
+					"name" : "shape_0",
+					"type" : "sphere",
+					"radius" : 0.5
+				}
+			]
+		}
+	]
+}