12Monkey
12Monkey
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Switch to Houdini "impossible"? 2008年8月12日7:40
OK I got it~
Thanks for the reply alonzo.gfx!
It is interesting
Thanks for the reply alonzo.gfx!
It is interesting
Switch to Houdini "impossible"? 2008年8月12日4:51
Just out of curiosity, what is that “42” you guys are talking about?
Is it a web site or what?
Is it a web site or what?
Questions about LSystem 2008年5月30日21:33
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!!
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!!