博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
libigl file formats
阅读量:4041 次
发布时间:2019-05-24

本文共 1455 字,大约阅读时间需要 4 分钟。

libigl file formats

  •  ASCII files for representing skeletal bone "forests"
  •  uncompressed ASCII/binary files for dense matrices
  • .ele Element (triangle or tet) list. This format comes in similar flavors: , , and. The formats of TetGen and stellar are identical upto conventions on index ordering and number of allowed attributes (unverified).
  •  TetGen's file format for simplicial facets.
  •  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 , , and .
  •  Geomview's polyhedral file format
  •  Wavefront object file format. Usually unsafe to assume anything more than vertex positions and triangle indices are supported
  •  Portable Network Graphics image file. IGLLIB (in the libiglpng extra) supports png image files via the  library. Alpha channels and compression are suppported.
  • .poly Piecewise-linear complex. This format comes in many similar but importantly different flavors: , , 
  •  ASCII files for saving state of ReAntTweakBar
  •  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.
  •  ASCII files for representing control handle graphs
  •  VRML (Virtual Reality Modeling Language) file format for 3D scenes.
  •  XMLSerializer's file format containing the serialization of object data structures.

转载地址:http://jjxdi.baihongyu.com/

你可能感兴趣的文章
Java8 HashMap集合解析
查看>>
欢迎使用CSDN-markdown编辑器
查看>>
Android计算器实现源码分析
查看>>
Android系统构架
查看>>
Android 跨应用程序访问窗口知识点总结
查看>>
各种排序算法的分析及java实现
查看>>
SSH框架总结(框架分析+环境搭建+实例源码下载)
查看>>
js弹窗插件
查看>>
自定义 select 下拉框 多选插件
查看>>
js判断数组内是否有重复值
查看>>
js获取url链接携带的参数值
查看>>
gdb 调试core dump
查看>>
gdb debug tips
查看>>
arm linux 生成火焰图
查看>>
linux和windows内存布局验证
查看>>
linux insmod error -1 required key invalid
查看>>
linux kconfig配置
查看>>
linux不同模块completion通信
查看>>
linux printf获得时间戳
查看>>
C语言位扩展
查看>>