Jump to content

Emit random object in RBD Packed object


Recommended Posts

I have several non connected geometries ( extruded Font SOPs.. digits from 0 to 9 for example)

How do I emit one letter at a time (say once every 30 frames) in RBD Packed object in DOP  without creating unnecessary coupling between the DOP and SOP

So far I'm deleting parts of the geo  in SOP so that when the DOP is evaluating the geometry, it only sees one character.

In DOP: creation frame => if($F%30==1,$F,0)

in SOP: upstream from dop import, in delete SOP @textindex*30 <= $F && $F < (@textindex+1)*30

Can you show me to a better solution ?

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