lighting tweak
parent
822b897ffc
commit
03984c4043
2
Kav
2
Kav
|
@ -1 +1 @@
|
||||||
Subproject commit ca6c91446e7a36c72db4f50ba6d7b6ab91a35605
|
Subproject commit 46f2cad81a83b59dfa0bfe7e77a79234f187e5d9
|
|
@ -287,7 +287,7 @@ namespace KavTest
|
||||||
WorldBuilder.SendMessage(new LightBulbSpawnMessage(
|
WorldBuilder.SendMessage(new LightBulbSpawnMessage(
|
||||||
new Transform3D(start.ToXNAVector(), Quaternion.Identity, new Vector3(0.1f, 0.1f, 0.1f)),
|
new Transform3D(start.ToXNAVector(), Quaternion.Identity, new Vector3(0.1f, 0.1f, 0.1f)),
|
||||||
RandomHelper.RandomColor(),
|
RandomHelper.RandomColor(),
|
||||||
500f,
|
50f,
|
||||||
RandomHelper.RandomLoop(start, 2, 5, 3, 10)
|
RandomHelper.RandomLoop(start, 2, 5, 3, 10)
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue