项目作者: Ohmnivore

项目描述 :
:black_square_button: Blender exporter for .wire mesh format
高级语言: Python
项目地址: git://github.com/Ohmnivore/io_mesh_wiresterizer.git
创建时间: 2018-07-01T18:40:53Z
项目社区:https://github.com/Ohmnivore/io_mesh_wiresterizer

开源协议:

下载


Wiresterizer format

The Wiresterizer format was originally designed for a software quadrilateral wireframe rasterizer.

I might expand it in the future to serve other software rasterizer needs.

Features

  • Binary and human-readable modes
  • Exports vertex position
  • Choose between triangles/quads/n-gons
  • Exports face normals (optional)
  • Exports vertex normals (optional)
  • Supports explicitly setting endianness

TODO

  • N-gon mode face vertex count should be an 8-bit int
  • Endianness drop-down (system/little/big)
  • Vertex normals
  • Indexed mode

TODO (expansion)

  • Various vertex/attribute/dimension layouts
  • Materials
  • Textures and UV coordinates
  • Animation

Binary format specifications

TODO

Text format specifications

TODO