.obj example

Hi, brand new to the forums and needing a bit of help with loading in an obj for an assignment.
my obj : File upload and sharing. Large file transfers. Free online cloud storage.

I need to view this object with objloader. I have no idea. please do it …

Just like the last time you posted, you didn’t actually ask a question.

What have you tried? What specifically is the problem? Are you talking about three.js objloader?

For an .obj you will either have to dynamically link it to the project or add the .obj to the linker. Either way you must include the header file, create a pointer to the object , and define the storage inside the object constructor or at the creation of the object.