objNodeGridGenerator is a software written in C++. Generates a node grid inside an Axis-Aligned Bounding Box for a given .obj input file and node amount. Saves the nodes to a TetGen (http://www.wias-berlin.de/software/index.jsp?id=TetGen) .node file format.
objNodeGridGenerator is part of objToSOFA
- gcc/make (for building from source with Makefile)
Use "make" with Makefile or use gcc (see Makefile for gcc commands).
Execute in console from within objNodeGridGenerator folder with command ".\objNodeGridGenerator [parameters]".
Use ".\objNodeGridGenerator -?" or ".\objNodeGridGenerator -h" to see the help context.
Feel free to open an issue or create a pull request at any time.
This project is licensed under the MIT License. See LICENSE file for details.
Credit to Bly7 for developing and providing a .obj loader library under the MIT License.