You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ On Windows:
35
35
36
36
Run the Demo
37
37
--------------------
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
+
38
40
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
39
41
40
42
./libWetHair -s assets/unit_tests/cylinder_2.xml
@@ -53,7 +55,7 @@ Where:
53
55
Binary file to load simulation state from for initialization
54
56
55
57
-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).
57
59
58
60
-d <boolean>, --display <boolean>
59
61
Run the simulation with display enabled if 1, without if 0
0 commit comments