Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpoole committed May 1, 2020
1 parent 91a53b6 commit 242c4b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mkdir build/
cd build/
cmake ..
make
./basic # or ./external or ./tetrahedral
./basic # or ./external or ./multiple or ./tetrahedral
```

Make sure to run the binary in the build directory, as the required mesh files are copied there automatically.
Expand All @@ -21,6 +21,9 @@ Load PLY, STL, and OBJ files into your detector construction using the CADMesh b
# External
This example demonstrates loading meshes with the readers/loaders available in the ASSIMP geometry library. You need to add the ASSIMP library as a dependency to your own project.

# Multiple
Access multiple meshes contained within a single file and place them how you want.

# TETGEN
Learn how to load meshes into Geant4, and fill them with tetrahedra. This requires adding `tetgen` to your project as a dependency.

0 comments on commit 242c4b8

Please sign in to comment.