view src/paranormal-ng/presets/nenolod_-_trapped.pnv @ 3168:7e58928783b3

alsa-ng: Set thread handles to NULL when threads exit.
author William Pitcock <nenolod@atheme.org>
date Fri, 15 May 2009 00:05:48 -0500
parents 1fa3c8cd366a
children
line wrap: on
line source

<?xml version="1.0"?>

<paranormal_preset>
 <container_simple>
  <container_once>
   <cmap_bwgradient>
    <low_index> 0 </low_index>
    <high_index> 255 </high_index>
    <color> 0, 161, 226 </color>
   </cmap_bwgradient>
  </container_once>
  <xform_movement>
   <formula> r=(tan(r)^sin(r)) </formula>
  </xform_movement>
  <wave_scope>
   <init_script> points=192; t = -0.05; </init_script>
   <frame_script> t = t + 0.05; </frame_script>
   <sample_script> d = index + value; r = t + tan(index) * 3.141952924 * 4; x = (sin(r) * sin(d)) / 1.3; y = cos(r) * cos(d); </sample_script>
   <lines> TRUE </lines>
  </wave_scope>
  <general_fade>
   <amount> 3 </amount>
  </general_fade>
  <general_blur>
  </general_blur>
 </container_simple>
</paranormal_preset>