Hello, in openframeworks there an addon called ofMesh that allows to load a .obj into a mesh and then i can walk the vertices by iterating over the indices and then get the vertex from that:
getVertex( getIndex( currentIndex + 1 ))
i was wondering if there is something like this avaliable for processing.
Is there any library in processing or way of doing this?
thanks
Seb.
getVertex( getIndex( currentIndex + 1 ))
i was wondering if there is something like this avaliable for processing.
Is there any library in processing or way of doing this?
thanks
Seb.
1