(
EXAMPLES
- dune -nostereo
-
start dune this way, if you have a stereo capable visual, but no
shutterglases or other shutterbased technology.
- dune -xinput magellan -allxyz=10,100,,0.0000002 -xinput
dialbox-1 -x=0 -y=2 -z=4 -xrot=1 -yrot=3 -zrot=5 -all=1000,,wheel
-
starts dune with a magellan xinputdevice with factor 10,
acceleration 100 and a ignore value of 0.0000002 on the xyz axes
and a dialbox device with
x axis = 0. axis
y axis = 2. axis
z axis = 4. axis
rotation around x axis = 1. axis
rotation around y axis = 3. axis
rotation around y axis = 5. axis
all axes use factor 1000 and all to not deliver zero if
released
- dune -joystick /dev/input/js0 -z=,3 -axes=3
-
starts dune with a linux joystick, set acceleration of the z axis
to 3 and disables the 4. (5., 6., ...) axis.
- dune -xinput magellan -all=100,,wheel -z=3 -xrot=2 -none=2
-
starts dune with a xinput/magellan device, swapping axis number 2
and axis number 3, with axis number 2 disabled.
- dune -aflock /dev/ttyS1 -numbirds 2 -master 1 -wand 2 -tracker
3
-
starts dune with a Ascension Flock of Birds, master transmitter (a
Extended Range Controller (ERC)) at FBB adress 1 connected to the
serial device /dev/ttyS1. Use 2 Birds, one attached to a "3D Mouse"
device at FBB adress 2 and one attached to a head tracking device
at FBB adress 3.
FILES
$HOME/.dunerc
default file to load/store settings
(see DUNERC environment variable for more information)
- $HOME/.dune_crash_*_*.wrl
- stores the vrml file in case of a crash
ENVIRONMENT
- DUNERC filename to load/store details of dunes screen
layout and
- settings of the "options" menupoint.
If this filename is not writable, settings are only loaded, not
stored.
If DUNERC is not set, the file $HOME/.dunerc is used
under Linux/UNIX/MacOSX or the registry under Micro$oft Windows.
- DUNEDOCS path to documentation directory
- Dune can be compiled to include all informations necessary to
call the
- nist.gov x3dtranslators statically in the binary. Otherwise the
following environment variables are used: JAVA_PATH (e.g.
/something_like/usr/java/bin/java)
- SAXON_FILE (e.g. saxon.jar)
- SAXON_PATH (e.g.
/something_like/usr/local/src/x3d2vrml/saxon)
- X3DV2_FILE (e.g. x3dv2.jar)
- X3DV2_PATH (e.g. /something_like/usr/local/src/x3dv2)
- V2X3D_FILE (e.g. Vrml97ToX3dNist.jar)
- X3DV2_PATH (e.g.
/something_like/usr/local/src/v2x3d)
COPYRIGHT
Dune, graphical vrml97 editor and animation tool
Copyright (C) 2000-2002 Stephen F. White and others
This program is free software; you can redistribute it
and/or modify it under the terms of the
GNU General Public License
as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later
version.
BUGS
Dune need valid vrml97 code to work, it can not load a
invalid VRML97 file.
Currently the NIST.gov X3D translators fail to produce valid VRML97
code for some rare used nodes like VisibilitySensor or Collision.
To avoid dataloss, the temporary .wrl files are kept in /tmp
dune is software in development, expect bugs. Unsucessful crashes
should be rare, sucessfully crashes allow to get back the data.
(see "EXIT STATUS"). Currently not all VRML97 nodes are displayed
(e.g. background, extrusion) or displayed correctly (e.g. text,
viewpoint).
Please send bugmessages to http://sourceforge.net/tracker/?group_id=3356&atid=103356
laURL: L rathe old dune bugtracker sourceforge page
DIAGNOSTICS
Exit status is 0 for sucessfull operation, 1 if
inputfile can not be sucessfully read or other initialisation
error, 2 in case of a X11 server crash. 11 in case of can not open
display/X11 initialisation error.
EXIT STATUS
In case of a crash (e.g. X11 server crash or
signal (coredump) in case of a internal error), dune tries to write
it's contence to the file $HOME/.dune_crash_*_*.wrl
SEE ALSO
illegal2vrml(1),
v2x3d(1),
x3dv2(1),
vrwave(1),
FreeWRL(1),
lookat(1),
cc3dglut(1),
xj3d(1),
cosmoplayer(1),
cosmoworlds(1),
wings3d(1),
blender(1)
- http://www.web3d.org/x3d/specifications/vrml/
laURL: L raISO/IEC 14772
- http://www.web3d.org/specifications/
laURL: L raX3D specifictions
- http://ovrt.nist.gov/v2_x3d.html
laURL: L raNIST vrml97/x3d translators
AUTHORS
Stephen F. White and others
See README file for details