How to use 3d coordinates from a .txt file?

Hi,

I´ve been experimenting with vvvv for awile and I’m trying to implement it in my project.

I have the coordinates of a geometric object in a .txt file. I would like to use these coordinates to generate an object in vvvv.

I tried it with the Reader, Separate and getSlice nodes. I managed to get all x, y and z coordinates on individual Stringspreads.

The problem I encountered was that I could not use the strings as input for generating the object.

Is this the right way to do it? How do I use strings as coordinate input?

Tanrek

AsValue (String)

Cool!
Thank you very much!