From 242c4b8bd86a2561467966564210d9d241a6d31f Mon Sep 17 00:00:00 2001 From: Christopher Poole Date: Fri, 1 May 2020 16:37:37 +1000 Subject: [PATCH] --amend --- examples/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 5a63824..6ade6ba 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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. @@ -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.