Skip to content

Commit 624aa13

Browse files
author
Raymond Fei
committed
Merge branch 'master' into yfei/use_fetch_content
2 parents 77af2ed + e9b0791 commit 624aa13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ On Windows:
3535

3636
Run the Demo
3737
--------------------
38+
Before running the demo, you may need to install [XQuartz](https://www.xquartz.org/) to allow FreeGLUT to initiate a window on MacOS.
39+
3840
To run the demo of libWetHair, you may simply use the command line argument *-s [scene_file]* to specify the scene to be loaded. For example, you may type
3941

4042
./libWetHair -s assets/unit_tests/cylinder_2.xml
@@ -53,7 +55,7 @@ Where:
5355
Binary file to load simulation state from for initialization
5456

5557
-o <integer>, --readableoutput <integer>
56-
readable file to save simulation state to; *after getting the output here, you may do surface reconstruction and rendering with the Houdini .HIP file provided* at http://www.cs.columbia.edu/cg/liquidhair/pseudo_dog.hipnc by renaming the HIP file into the name of the folder storing all output files (please check the python scripts in the HIP file for details).
58+
readable file to save simulation state to; after getting the output here, you may do surface reconstruction and rendering with the [Houdini .HIP file](http://www.cs.columbia.edu/cg/liquidhair/pseudo_dog.hipnc) by renaming the HIP file into the name of the folder storing all output files (please check the python scripts in the HIP file for details).
5759

5860
-d <boolean>, --display <boolean>
5961
Run the simulation with display enabled if 1, without if 0

0 commit comments

Comments
 (0)