Jump to content

HDK cumulative append point?


stkeg

Recommended Posts

how can i cumulatively append points in the HDK?

 

for example i have a simple network

 

a

|

b

 

a has 10 points. b is a sop_node that appends a point to the gdp

 

gdp.appendPointOffset();

 

so for each frame, b now has 11 points.

 

what i would like to happen is for the points to accumulate over time. ie. the next frame, the number of points is 12, then 13, etc. but for each frame, it's always going to be 11.  i guess it's because i always going to be 11 because i have 10 points coming into the network at every frame.

 

i guess i need to append the point not to b, but to a? i.e. get the gu_detail from the input?

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