From cf0cdc3588d957f984e915ce6e166a89b6483563 Mon Sep 17 00:00:00 2001 From: Qinqing Liu Date: Tue, 17 Nov 2020 14:25:46 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72595cc..9a7aeeb 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,8 @@ python build.py cd ../../ ``` -### Octree Generation Example -Provide one example data 1A1E, also in refined-set. +### Octree Generation Example (Optional) +Provide one example data 1A1E from refined-set. Following steps can generate the points and build the OctSurf. (Default density for points is 6, and depth for OctSurf is 10.) We also provide python tool to parse the generated OctSurf, and visualize it by generating vtk files that can visualize in Paraview. ```angular2