Loading...
Logo
Processing Forum
I , i need to load an .obj file in processing and then i need to get the data of the vertices manipulate them and draw back again. I was wondering if there is a library that allows to make this?

If not , which would be the best way of doing this?


thanks


Seb.

Replies(1)

OBJLoader is a library for loading OBJ files in Processing.  I assume this is the kind of thing it's good for, although I haven't used it, personally.  I would suggest looking at the documentation and examples.


If that's not gonna do it, also look at  OBJ Import