lighting tweak

main
cosmonaut 2020-12-06 19:01:47 -08:00
parent 822b897ffc
commit 03984c4043
2 changed files with 2 additions and 2 deletions

2
Kav

@ -1 +1 @@
Subproject commit ca6c91446e7a36c72db4f50ba6d7b6ab91a35605
Subproject commit 46f2cad81a83b59dfa0bfe7e77a79234f187e5d9

View File

@ -287,7 +287,7 @@ namespace KavTest
WorldBuilder.SendMessage(new LightBulbSpawnMessage(
new Transform3D(start.ToXNAVector(), Quaternion.Identity, new Vector3(0.1f, 0.1f, 0.1f)),
RandomHelper.RandomColor(),
500f,
50f,
RandomHelper.RandomLoop(start, 2, 5, 3, 10)
));
}