I am using Fiji-ImageJ 1.53q.
I used "3D Viewer" plugin and tried to display the following simple mesh via a .obj file but I don't see any cube getting visualized. The log window just displayed the filepath and if I double click on it, it opens another window and displays textual information of #vertices and #faces. What am I missing?
Edit: When I converted to STL file, then it worked as suggested by ImageJ Discussion Forum answer.
8 vertices, 6 faces
v -1.000000 -1.000000 1.000000
v 1.000000 -1.000000 1.000000
v 1.000000 1.000000 1.000000
v -1.000000 1.000000 1.000000
v -1.000000 -1.000000 -1.000000
v 1.000000 -1.000000 -1.000000
v 1.000000 1.000000 -1.000000
v -1.000000 1.000000 -1.000000
f 1 2 3 4
f 8 7 6 5
f 2 1 5 6
f 3 2 6 7
f 4 3 7 8
f 1 4 8 5