ルギア君の戯言

雑多な記事。

アメ〜バ〜2

アメーバは真核生物になりました。
f:id:lugia:20100103152025p:image
といって画面のスナップを撮ったのですが、核が崩壊してるので、わかりやすいように白丸をつけてもう一度撮影。

f:id:lugia:20100103152026p:image

<?xml version="1.0"?>

<paranormal_preset>
 <container_simple>
  <container_once>
   <cmap_dynamic>
    <low_index> 0 </low_index>
    <high_index> 255 </high_index>
    <script>  red = red - 0.01; blue = blue - red; green = green - blue;  </script>
   </cmap_dynamic>
  </container_once>
  <general_fade>
   <amount> 0 </amount>
  </general_fade>
  <xform_movement>
   <formula>  r = cos(d * r) - 1; d = d * sin(d);x   </formula>
   <polar> FALSE </polar>
  </xform_movement>
  <wave_scope>
   <init_script> n = 1600; t = -0.02; </init_script>
   <frame_script> t = t + 0.02; </frame_script>
   <sample_script> d = index + value; r = t + index / 2 * 3.141952924 * 4; x = 0.25 / (2*(- value + 1))^0.5 * cos(r); y = 0.25 / (2*(- value + 1))^0.5* sin(r) </sample_script>
   <lines> TRUE </lines>
  </wave_scope>
  <wave_scope>
   <init_script>  n = 1600; t = -0.02;  </init_script>
   <frame_script>  t = t + 0.02;  </frame_script>
   <sample_script>  d = value; r = t + index * 3.1415926535; x = value * sin(r); y = value * cos(r);  </sample_script>
   <lines> TRUE </lines>
  </wave_scope>
  <general_blur>
  </general_blur>
 </container_simple>
</paranormal_preset>

あ、アメーバってもともと真核生物なのか。


そういえば、この XMLDTD ってどこにあるんだろ(笑)