|
|
> #local Distance = (End - Start) / NumberOfLights+1;
> should be
> #local Distance = (End - Start) / (NumberOfLights+1);
>
> I forgot the second set of brackets
No problem, I see what you mean.
I've made two macros, one for the big spark, and another for the smaller
ones, since I want them to look different, just like real life.
I need to tweak my settings though, it's taking a LONG time to trace.
Post a reply to this message
|
|