12Monkey

12Monkey

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Switch to Houdini "impossible"? Aug. 12, 2008, 7:40 a.m.

OK I got it~
Thanks for the reply alonzo.gfx!

It is interesting

Switch to Houdini "impossible"? Aug. 12, 2008, 4:51 a.m.

Just out of curiosity, what is that “42” you guys are talking about?
Is it a web site or what?

Questions about LSystem May 30, 2008, 9:33 p.m.

Thanks very much mooklightkiss!

But I still dont quite get it, so I'll do it step by step here to find out where I did wrong.

Here are the rules:
Premise: F(0.1)X
Rule1: X=F(h)FX
Rule2: F(h)=F(h+0.005)
——————
//// G0 -> G1 ////
——————
//F(0.1)X will be replaced, I'll do it one by one
F(0.1) -> F(0.1 + 0.005) -> F(0.105) //rule2
X -> F(0.1)FX //rule1 and this is what it should be(I think…)
//so result will be
F(0.105)F(0.1)FX

——————
//// G1 -> G2 ////
——————
//F(0.105)F(0.1)FX will be replaced, I'll do it one by one
F(0.105) -> F(0.105 + 0.005) -> F(0.11) //rule2
F(0.1) -> F(0.1 + 0.005) -> F(0.105) //rule2
F -> F(0 + 0.005) -> F(0.005) //rule2 and a intreseting effect here, because F will be assumed as F(0)
X -> F(0)FX //rule1, and this is what I dont get, the rule 1 says X = F(h)FX and the (h) is defined in premise as 0.1, so why it give me a 0?

THANKS FOR THAT GREAT LINK!!

It is a straight line, because that will make it easier for me to learn.

Thanks again!!