putrdude opened this issue on Sep 19, 2014 · 13 posts
bagginsbill posted Sat, 20 September 2014 at 5:08 PM
For those who have matmatic
def Pn(*a): return P(*a).asNumber()
a = PM(.02, "A")
bottom = PM(.55, "Bottom")
speed = PM(4, "Speed")
k = Add(1).labelled("K")
s = 15
fo = Frame_Number() * speed
x1 = Pn(s, as, 0) + fo
x2 = Pn(s, -as, 0) - fo
y = Pn(0, .01*s, 0)
z = Pn(0, 0, 0)
p1 = FractalSum(x1, y, z, 2, bottom)
p2 = FractalSum(x2, y, z, 2, bottom)
p = p1 * p2
Surface(1, 1, 1, 0, 0, Transparency = p)
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)