mikymod 12 лет назад
Родитель
Сommit
41bbedb29c

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

@@ -6,6 +6,8 @@
 			"type" : "static",
 			"material" : [0.5, 0.5, 0.5],
 			"group" : "GROUP_1",
+			"mask" : ["GROUP_0"],
+
 			"shapes" : [
 				{
 					"name" : "shape_0",

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

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

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

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