MJLMills / rhorix

Python 3.3 Blender Add-On for Importing QCT Data
Other
1 stars 1 forks source link

Infer graphs from mif file and read them from the .top file #4

Closed MJLMills closed 9 years ago

MJLMills commented 9 years ago

The .mif file encodes a graph connecting the vertices which has to be inferred from the file. Most of this is done but needs to be checked and finalized.

MJLMills commented 9 years ago

Mif file was a list of triangles. Conversion algorithm is now coded and working.