Jump to content

Copies Disapearing


rdg

Recommended Posts

hello.

until my copy of "the magic of houdini" arrives, I am reading the online help and watching video tutorials.

so please forgive this maybe very noobish question:

I copy a sphere.

The numbers of copies is:

sin($F)*100+1

after Frame 180 all copies disapear.

http://proforma.preset.de/tai-chi-hou-dini...copy_myst.hipnc

Is this the way houdini handles sin, PI, radians, or something like this?

Can houdini really create geometry ondemand?

Comming from MAX I am used to precreate geometry and hide/unhide it.

regards,

Georg

Link to comment
Share on other sites

based on your expression:

sin($F)*100+1

after frame 180, the sin wave falls into negative values. Since you cannot have negative amounts of copies, it defaults to zero. Im not sure exactly what you are trying to do, but if you want the values always to remain positive then just use an abs() function which always returns the absolute value. so it would look something like this:

abs(sin($F)*100+1)

Link to comment
Share on other sites

Can houdini really create geometry ondemand?

Comming from MAX I am used to precreate geometry and hide/unhide it.

regards,

Georg

Welcome to the forum Gerog!

You have some really cool stuff on your webpage :ph34r:

Link to comment
Share on other sites

Heh heh, nice...

What I found very useful when I was first learning Houdini was looking at the Expression Cookbook which -at the time- was paper, but now I believe you can search for it in the Help documents.

Enjoy, and welcome to the forum rdg!

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...