Jump to content

Librarian

Recommended Posts

  • 1 year later...
  • 1 month later...
  • 2 weeks later...

Asia :wub:.
 

i[]@fib = {
1,
1,
2,
3,
5,
8,
13,
21,
34,
55,
89,
144,
233,
377,
610,
987,
1597,
2584,
4181,
6765,
10946,
17711,
28657,
46368,
75025,
121393,
196418,
317811,
514229,
832040,
1346269,
2178309,
3524578,
5702887,
9227465,
14930352,
24157817,
39088169,
63245986,
102334155,
165580141,
267914296,
433494437,
701408733,
1134903170,
1836311903,
2971215073,
4807526976,
7778742049,
12586269025,
20365011074,
32951280099,
53316291173,
86267571272,
139583862445,
225851433717,
365435296162,
int count = detail(1, "iteration", 0);
i@iterationN = count;

int fib[] = detail(2, "fib", 0);
i@fib = fib[count];

matrix mat = ident();

vector lineUp = 
    (chv("Lineup") * (fib[count + 1] + fib[count + 2] - 3) / 2);
translate(mat, lineUp);

float angle = chf("angle");
vector rotateVec = set( 0, 0, (angle *.7853 * 8) * count);
rotate(mat, rotateVec, 0);

@P *= mat;

vector scaleVec = set(fib[count]);
v@scale = scaleVec;

v@pivot = chv("pivot");
int everyN = chi("everyN");
if(everyN <= 1) {
    return;
}

int every = (i@iterationN + 1) % everyN ? 0 : 1;

vector move = chv("move") * every;

@P += move;




 

gg.jpg

ggg.jpg

chipRed.hipnc

  • Like 3
Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...
On 3/10/2024 at 12:42 AM, Librarian said:

why Not  its FUN.:wub:
Here its .json that works on My Station..(how to install) and I got some nice Houdini files from Github that was Blocked with this method ....using Clone with Git.

 

cncverkstad_Filigran.png

sdss.jpg

workflow2.json 38.32 kB · 3 downloads


Thank you so much for this @Librarian How did you make the first image, what method did you use in Houdini, could you share the github link?

 

Link to comment
Share on other sites

Posted (edited)

@Thoi I see what mean You and asking , that was only One thing that I learn how to pull Old Stuff From users on GitHub , in Time those Files that someone Share become somehow invisible over period( or user mark those like somthing) of Time and with "Git program for windows" you can if Possible take those files ..seen some users asking on Github for Sharing those particular files  @vinyvince B).

I need only files to Build Library :wub:

 


 

Edited by Librarian
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...