view src/paranormal/presets/nenolod_-_transform_fun.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 afc61c0efc05
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, 130, 191 </color>
   </cmap_bwgradient>
  </container_once>
  <wave_scope>
   <init_script> points=512; dt=0.01; t=0; sc=1; </init_script>
   <frame_script> t=t+dt;dt=0.9*dt+0.001;  </frame_script>
   <sample_script> x=cos(2*index+t)*0.9*(value*0.5+0.5); y=sin(index*2+t)*0.9*(value*0.5+0.5); </sample_script>
   <lines> TRUE </lines>
  </wave_scope>
  <general_blur>
  </general_blur>
  <xform_movement>
   <formula> r=cos(r*3); d=sin(d*1.1) </formula>
  </xform_movement>
 </container_simple>
</paranormal_preset>