changeset 195:2aca8ce28871 trunk

[svn] - another preset
author nenolod
date Fri, 03 Nov 2006 03:23:52 -0800
parents 5e8cf0611af3
children 81592119ee73
files ChangeLog src/paranormal/presets/Makefile src/paranormal/presets/nenolod_-_smoke.pnv
diffstat 3 files changed, 45 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Nov 03 03:10:26 2006 -0800
+++ b/ChangeLog	Fri Nov 03 03:23:52 2006 -0800
@@ -1,3 +1,13 @@
+2006-11-03 11:10:26 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [388]
+  - faster line calculation algorithm (only calculates 256 or 128 points of the waveform)
+  - update rush preset (DON'T use lines here.)
+  
+  trunk/src/paranormal/presets/nenolod_-_rush.pnv |    4 +
+  trunk/src/paranormal/wave.c                     |   58 +++++++++++++-----------
+  2 files changed, 36 insertions(+), 26 deletions(-)
+
+
 2006-11-03 10:54:12 +0000  William Pitcock <nenolod@nenolod.net>
   revision [386]
   - rewrite line drawing algorithm for speed
--- a/src/paranormal/presets/Makefile	Fri Nov 03 03:10:26 2006 -0800
+++ b/src/paranormal/presets/Makefile	Fri Nov 03 03:23:52 2006 -0800
@@ -15,6 +15,7 @@
 	nenolod_-_retroscope.pnv:$(presetsdir)		\
 	nenolod_-_value_replace_fun.pnv:$(presetsdir)	\
 	nenolod_-_rush.pnv:$(presetsdir)		\
-	nenolod_-_worms.pnv:$(presetsdir)
+	nenolod_-_worms.pnv:$(presetsdir)		\
+	nenolod_-_smoke.pnv:$(presetsdir)
 
 include ../../../mk/objective.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/paranormal/presets/nenolod_-_smoke.pnv	Fri Nov 03 03:23:52 2006 -0800
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+
+<paranormal_preset>
+ <container_simple>
+  <container_once>
+   <cmap_bwgradient>
+    <low_index> 0 </low_index>
+    <high_index> 255 </high_index>
+    <color> 151, 179, 234 </color>
+   </cmap_bwgradient>
+  </container_once>
+  <wave_horizontal>
+   <channels> -1 </channels>
+   <value> 180 </value>
+   <lines> TRUE </lines>
+  </wave_horizontal>
+  <general_replace>
+   <start> 1 </start>
+   <end> 15 </end>
+   <out> 0 </out>
+  </general_replace>
+  <xform_spin>
+   <angle> 0.00000 </angle>
+   <r_add> 0.00000 </r_add>
+   <r_scale> 0.94000 </r_scale>
+  </xform_spin>
+  <general_blur>
+  </general_blur>
+  <general_fade>
+   <amount> 1 </amount>
+  </general_fade>
+ </container_simple>
+</paranormal_preset>
\ No newline at end of file