Hi
I have a text file (actually a .obj file) with the following structure:
....
v 0.004546 0.00056 0.00034
v 0.004546 0.00056 0.00034
v 0.004546 0.00056 0.00034
....
those are vertices of course, how can I retrieve the positions in vvvv?
tx
S.
Hi
I have a text file (actually a .obj file) with the following structure:
....
v 0.004546 0.00056 0.00034
v 0.004546 0.00056 0.00034
v 0.004546 0.00056 0.00034
....
those are vertices of course, how can I retrieve the positions in vvvv?
tx
S.
My good deed for tonight :)
Parser.v4p (7.5 kB)
Thanks a lot, something to learn here…
you also can use seperate (string).
first seperate by line, then seperate by space and get the data with getslice.