trimesh¶
Description¶
Trimesh is a pure Python (2.7-3.5+) library for loading and using triangular meshes with an emphasis on watertight surfaces. The goal of the library is to provide a full featured and well tested Trimesh object which allows for easy manipulation and analysis, in the style of the Polygon object in the Shapely library.
Environment Modules¶
Run module spider trimesh
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_TRIMESH_DIR - installation directory
- HPC_TRIMESH_BIN - executable directory
Citation¶
If you publish research that uses trimesh you have to cite it as follows:
Trimesh [Computer software]. (2019). Retrieved from https://github.com/mikedh/trimesh<!-- END INCLUDE -->
Categories¶
graphics, math