libigl file formats

来源:互联网 发布:必智软件 编辑:程序博客网 时间:2024/05/20 01:34

libigl file formats

  • .bf ASCII files for representing skeletal bone "forests"
  • .dmat uncompressed ASCII/binary files for dense matrices
  • .ele Element (triangle or tet) list. This format comes in similar flavors: tetgen's, stellar's, andtriangle's. The formats of TetGen and stellar are identical upto conventions on index ordering and number of allowed attributes (unverified).
  • .face TetGen's file format for simplicial facets.
  • .mesh Medit's triangle surface mesh + tetrahedral volume mesh file format, see page 33, section 7.2.1
  • .node List of points (vertices). Described indentically (upto accepted dimensions, use of attributes and boundary markers) by Triangle, TetGen, and Stellar.
  • .off Geomview's polyhedral file format
  • .obj Wavefront object file format. Usually unsafe to assume anything more than vertex positions and triangle indices are supported
  • .png Portable Network Graphics image file. IGLLIB (in the libiglpng extra) supports png image files via the yimg library. Alpha channels and compression are suppported.
  • .poly Piecewise-linear complex. This format comes in many similar but importantly different flavors: triangle's, tetgen's, pyramid/SVR's
  • .rbr ASCII files for saving state of ReAntTweakBar
  • .tga Truevision TGA or TARGA image file format. IGLLIB supports only very basic reading and writing RGB/RGBA files without colormaps and (unverified) run-length compression.
  • .tgf ASCII files for representing control handle graphs
  • .wrl VRML (Virtual Reality Modeling Language) file format for 3D scenes.
  • .xml XMLSerializer's file format containing the serialization of object data structures.
0 0