Processing Forum
# Corners of a tetrahedron # 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0
what are the suggestions on reading this into processing?
There is one C++ library that will read this format, but obviously it isn't processing.
I am wondering if I could read it as a string and then split it back up as needed.