Skip to content
Discussion options

You must be logged in to vote

Hi @Friedrih. Wavefront OBJ is a 3D geometry file format. Scientific data isn't necessarily its strength, but we support OBJ export so that you can load meshes into tools like Microsoft Powerpoint, for example. There are many tools that support OBJ for visualization so we include it as an export option for interoperability. The file format is well documented in various places, one of which is Wikipedia.

v is notation for vertices, vn are vertex normals, vt are texture coordinates, and f are polygonal faces.

We stuff simulation mesh field data into a texture, so the texture coordinates tell the data reader how to understand that texture. Let me know if you have further questions.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Friedrih
Comment options

@JustinPrivitera
Comment options

Answer selected by Friedrih
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants