Skip to content

Axis-Aligned Bounding Box node grid generator for a .obj input file

License

Notifications You must be signed in to change notification settings

h4ppywastaken/objNodeGridGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

objNodeGridGenerator

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

Prerequisites

  • gcc/make (for building from source with Makefile)

Build

Use "make" with Makefile or use gcc (see Makefile for gcc commands).

Usage

Execute in console from within objNodeGridGenerator folder with command ".\objNodeGridGenerator [parameters]".

Parameters

Use ".\objNodeGridGenerator -?" or ".\objNodeGridGenerator -h" to see the help context.

Main Contributors

h4ppywastaken

Contributing

Feel free to open an issue or create a pull request at any time.

License

This project is licensed under the MIT License. See LICENSE file for details.

Other Libraries Included

Credit

Credit to Bly7 for developing and providing a .obj loader library under the MIT License.

Releases

No releases published

Packages

No packages published