1FreeWRL(1) User Manuals FreeWRL(1)
2
3
4
6 FreeWRL - VRML/X3D browser
7
9 usage: freewrl [options] <VRML or X3D file|URL>
10
11 FreeWRL can load a VRML/X3D world from a file or from an URL. It'll
12 fetch all documents needed to render the 3D scene, either on the local
13 filesystem, or on the web with the wget application.
14
15 FreeWRL needs an OpenGL platform. On Linux (and other UNIX) it'll make
16 use of X11/GLX, on Mac it'll use either X11/GLX or Aqua/GL.
17
18 -h|--help
19 This help.
20
21 -v|--version
22 Print version.
23
24 Window options:
25 -c|--fullscreen
26 Set window fullscreen
27
28 -g|--geometry <WxH>
29 Set window geometry (W width, H height).
30
31 -b|--big
32 Set window size to 800x600.
33
34 General options:
35 -e|--eai
36 Enable EAI.
37
38 -f|--fast
39 Set global texture size to -256 (fast).
40
41 -W|--linewidth <float>
42 Set line width.
43
44 -Q|--nocollision
45 Disable collision management.
46
47 Snapshot options:
48 -p|--gif
49 Set file format to GIF (default is PNG).
50
51 -n|--snapfile <string>
52 Set output file name pattern with <string>, (use %n for itera‐
53 tion number).
54
55 -o|--snaptmp <string>
56 Set output directory for snap files.
57
58 Misc options:
59 -V|--eaiverbose
60 Set EAI subsystem messages.
61
62 -r|--screendist <float> Set screen distance.
63
64 -y|--eyedist <float>
65 Set eye distance.
66
67 -u|--shutter
68 Set shutter glasses.
69
70 -t|--stereo <float>
71 Set stereo parameter (angle factor).
72
73 -K|--keypress <string>
74 Set immediate key pressed when ready.
75
76 Internal options:
77 -i|--plugin <string>
78 Called from plugin.
79
80 -j|--fd <number>
81 Pipe to command the program.
82
83 -k|--instance <number>
84 Instance of plugin.
85
87 The full documentation for FreeWRL can be accessed online at :
88 http://freewrl.sourceforge.net/
89
90
91
92version: 1.22.3 June 2009 FreeWRL(1)