From 1030dc837b10a03a02a85d5504cbeec168ce49e2 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Mon, 03 May 2010 21:53:47 +0000 Subject: Import XaoS r489 (trunk after version 3.5) --- (limited to 'help/rest/dynamic.txt') diff --git a/help/rest/dynamic.txt b/help/rest/dynamic.txt new file mode 100644 index 0000000..85b5e8a --- /dev/null +++ b/help/rest/dynamic.txt @@ -0,0 +1,36 @@ +.. _dynamic: +.. _nodynamic: +.. _dynamicanimation: +.. _dynamicnew: +.. _fastmode: + +.. index:: + pair: menu item; Dynamic resolution + pair: command line option; fastmode + pair: command; fastmode + +Dynamic resolution +================== + +**Syntax**:(fastmode keyword) + +XaoS performs many optimizations, but fairly often this is not enough. In order +to keep a high framerate, XaoS automatically lowers the resolution of the +image, increasing it when there is time for more calculation. This feature is +enabled by default when animating, but you might also like to enable it for new +images (which makes the image 'come into focus' when it is recalculated from +scratch for whatever reason), or disable it completely if you don't like it. + +In the scripting languge, the keyword should be one of the following: + +'never + + Disable dynamic resolution + +'animate + + Use only for animations (default) + +'new + + Use also for new images -- cgit v0.9.1