Parcourir la source

update 03.bounce sample

mikymod il y a 12 ans
Parent
commit
4c91ffd1cc

+ 2 - 0
samples/03.bounce/box.physics

@@ -4,6 +4,8 @@
 			"name" : "actor_0",
 			"node" : "root",
 			"type" : "static",
+			"material" : [0.5, 0.5, 0.5],
+			"group" : "GROUP_1",
 			"shapes" : [
 				{
 					"name" : "shape_0",

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

@@ -4,6 +4,8 @@
 			"name" : "actor_sun",
 			"node" : "root",
 			"type" : "dynamic_physical",
+			"material" : [0.5, 0.5, 0.5],
+			"group" : "GROUP_0",
 			"shapes" : [
 				{
 					"name" : "shape_0",

+ 2 - 0
samples/03.bounce/terrain.physics

@@ -4,6 +4,8 @@
 			"name" : "actor_terrain",
 			"node" : "root",
 			"type" : "static",
+			"material" : [0.5, 0.5, 0.5],
+			"group" : "GROUP_1",
 			"shapes" : [
 				{
 					"name" : "shape_terrain",