From f1ece16c08d8c01e1d49a25f0314a96c021e73cb Mon Sep 17 00:00:00 2001 From: Jan <> Date: Fri, 10 Jul 2015 18:11:22 +0200 Subject: r0.921 --- TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c (limited to 'TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c') diff --git a/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c new file mode 100644 index 0000000..cae886c --- /dev/null +++ b/TemplePushing.c4s/Environment.c4d/HugeCrystal.c4d/Script.c @@ -0,0 +1,13 @@ +/*-- Riesiger Kristall --*/ + +#strict 2 + +func Set(int phase, int size, int rotation, int dir, int color) +{ + SetAction("Be"); + SetPhase(phase); + SetCon(size); + SetR(rotation); + SetDir(dir); + SetClrModulation(color); +} -- cgit v1.2.3-54-g00ecf