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
<< " | moveshutter: time at which the shutter is moved" << endl
198
206
<< " -v | followed by 3 numbers x y z, who stand for the coordinates of a point in 3D space" << endl
199
-
<< " -h | for addsink which determines the sink height" << endl << endl
207
+
<< " -h | for addsink which determines the sink height or for render sets the height of the output image" << endl << endl
208
+
<< " -w | for render sets the width of the output image" << endl << endl
200
209
201
210
<< "Commands:" << endl
202
211
<< " print" << endl
@@ -223,11 +232,11 @@ void CUI::showHelp() {
223
232
<< " addsink -h" << endl
224
233
<< " Add a senk at a given height" << endl << endl
225
234
226
-
<< " simulate -t" << endl
235
+
<< " simulate [-t]" << endl
227
236
<< " Start a sph-simulation. Time can be set with '-t' parameter." << endl << endl
228
237
229
-
<< " render -v" << endl
230
-
<< " Start the rendering process. The camera position can be set with '-v' parameter. Camera is looking roughly towards (0,0,0)." << endl << endl
238
+
<< " render [-v] [-w -h]" << endl
239
+
<< " Start the rendering process. The camera position can be set with '-v' parameter. Camera is looking roughly towards (0,0,0). -w and -h can be used to set the reolution of the output images." << endl << endl
0 commit comments