Deleted:
/Configuration.wiki
=======================================
--- /Configuration.wiki Mon Jul 20 15:23:23 2009
+++ /dev/null
@@ -1,29 +0,0 @@
-#summary List of configuration options
-
-= Introduction =
-
-You configuration file is :
- * Linux/Mac: ~/.pymt/config
- * Window: ...\Documents and Settings\.pymt\config
-
-= Details =
-
-||Section ||Name ||Default value ||Description ||
-||pymt ||show_fps ||0 ||Display FPS information on screen ||
-||pymt ||show_eventstats ||0 ||Show number of event call at exit ||
-||pymt ||log_level ||info ||Set logger level (can
be "debug", "info", "warning", "error", "critical") ||
-||pymt ||double_tap_time ||250 ||Maximum time to detect a double tap ||
-||pymt ||double_tap_distance ||20 ||Maximum distance to detect a double
tap ||
-||pymt ||ignore ||[] || ||
-||graphics ||fbo ||hardware ||Indicate which fbo to use (can be "hardware"
or "software") ||
-||graphics ||fullscreen ||1 ||Show pymt in a fullscreen window ||
-||graphics ||width ||640 ||Width of the window ||
-||graphics ||height ||480 ||Height of the window ||
-||graphics ||vsync ||1 ||Force vertical sync on the window ||
-||graphics ||display ||-1 ||Indicate which display to use (-1 is current
display, 0 is the first, 1 the second...) ||
-||graphics ||polygon_smooth ||0 ||Use polygon smoothing (0=disabled,
1=fastest, 2=niceest). If multisampling is not available, gl polygon
smoothing will be use. This can generate some artefact on old hardware ||
-||graphics ||line_smooth ||1 ||Use line smoothing (0=disabled, 1=fastest,
2=niceest). ||
-||input ||default ||tuio,127.0.0.1:3333 ||Default TUIO provider ||
-||dump ||enabled ||0 ||Activate dump frame ||
-||dump ||prefix ||img_ ||Prefix of dump frame ||
-||dump ||format ||jpeg ||Format of dump frame (can be "jpeg" or "png") ||