Jump to content

Geometry Cache


sly

Recommended Posts

hi,

I just cache some animated geometries , and i would like to know if there a way to hold the last geometry cache frame. Say , i have a cache from frame 1 to 100 , when i load it and go to frame 105 , it gives me an error .i would like to get the last geometry to stay for the rest of the animation.

Hope i'm clear enough.

See you,

Sylvain.

Link to comment
Share on other sites

copy and paste your file node

point the new node to just the last frame - no $F4 or anything like that, so instead of "myFile.$F4.bgeo" it's just "myFile.0100.bgeo"

put down a switch SOP

wire your original then the new file node

in the switch SOP use : if($F > 100, 1, 0)

this says "if the frame number is greater than 100 use input 1, otherwise use input 0"

HTH

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