AppManager.SaveData.m_pluginをAppManager.pluginsに移動/bocoree, Boare.Lib.*を最新版に差し替え

git-svn-id: http://svn.sourceforge.jp/svnroot/lipsync@16 b1f601f4-4f45-0410-8980-aecacb008692
This commit is contained in:
kbinani
2009-11-30 11:14:58 +00:00
parent 509251c800
commit 0ecb06bd11
35 changed files with 174 additions and 140 deletions

View File

@@ -15,10 +15,10 @@ public class OverlayImpeller : IPlugin {
/// <param name="e_body">エントリの終了時刻</param>
/// <param name="e_end">エントリの設定値</param>
public void Apply( ref Bitmap frame, float time, float e_begin, float e_end, ref string e_body ) {
double rpm = 11.5821;
int centerx = 135;
int centery = 135;
int impeller_diameter = 153;
double rpm = 12.4;
int centerx = 144;
int centery = 144;
int impeller_diameter = 163;
int impeller_height_half = 12;
double theta0 = 0.0;