Hello,
Trying to read a vector array from another point at a certain index.
From my understanding of Houdini something like this should work.
vector tempArray[] = point(0,"vectorArrayAttrib",pointToReadFrom);
vector v = tempArray[index];
Unfortunately this method is returning an empty array from the point() function. If this is not the right way to go about doing this please let me know.
Any help welcomed.
Thanks.