Changeset 649580
- Timestamp:
- 04/27/10 11:00:14 (3 years ago)
- Branches:
- b1faa09f4dfcf63d19d2cb9fc598a583e1df1c33
- Children:
- 7186a8
- Parents:
- a11a00
- git-author:
- Dan Dennedy <dan@…> (04/27/10 11:00:14)
- git-committer:
- Dan Dennedy <dan@…> (04/27/10 11:00:14)
- Location:
- src/filter
- Files:
-
- 4 edited
-
delay0r/delay0r.cpp (modified) (1 diff)
-
edgeglow/edgeglow.cpp (modified) (1 diff)
-
nosync0r/nosync0r.cpp (modified) (1 diff)
-
water/water.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/filter/delay0r/delay0r.cpp
rfddf16 r649580 11 11 delay0r(unsigned int width, unsigned int height) 12 12 { 13 delay = 0.0; 13 14 register_param(delay,"DelayTime","the delay time"); 14 15 } -
src/filter/edgeglow/edgeglow.cpp
rbab5d1 r649580 40 40 edgeglow(unsigned int width, unsigned int height) 41 41 { 42 lthresh = 0.0; 43 lupscale = 0.0; 44 lredscale = 0.0; 42 45 register_param(lthresh, "lthresh", "threshold for edge lightening"); 43 46 register_param(lupscale, "lupscale", "multiplier for upscaling edge brightness"); -
src/filter/nosync0r/nosync0r.cpp
rfddf16 r649580 9 9 nosync0r(unsigned int width, unsigned int height) 10 10 { 11 hsync = 0.0; 11 12 register_param(hsync,"HSync","the hsync offset"); 12 13 } -
src/filter/water/water.cpp
ra60ec3 r649580 67 67 public: 68 68 69 f0r_param_position splash;70 69 f0r_param_double physics; 71 70 bool rain; … … 77 76 78 77 Water(unsigned int width, unsigned int height) { 79 register_param(splash, "splash", "make a big splash in the center");78 physics = 0.0; 80 79 register_param(physics, "physics", "water density: from 1 to 4"); 81 80 register_param(rain, "rain", "rain drops all over");
Note: See TracChangeset
for help on using the changeset viewer.
