Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/05.選曲/CActSelect曲リスト.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 510 by kairera0467, Thu Dec 31 03:55:27 2015 UTC revision 526 by kairera0467, Sun Jan 24 03:27:16 2016 UTC
# Line 1112  namespace DTXMania Line 1112  namespace DTXMania
1112                  barU[ i ] *= SlimDX.Matrix.Translation( 592f * fRate, -106f, 186f);                  barU[ i ] *= SlimDX.Matrix.Translation( 592f * fRate, -106f, 186f);
1113              }              }
1114    
1115                if( this.txパネル帯 != null )
1116              this.txパネル帯.t3D描画( CDTXMania.app.Device, barU[ 0 ], new Rectangle( 2, 74, 1000, 30 ) );              {
1117              this.txパネル帯.t3D描画( CDTXMania.app.Device, barU[ 1 ], new Rectangle( 2, 74, 1000, 30 ) );                  this.txパネル帯.t3D描画( CDTXMania.app.Device, barU[ 0 ], new Rectangle( 2, 74, 1000, 30 ) );
1118              this.txパネル帯.t3D描画( CDTXMania.app.Device, bar, new Rectangle( 2, 38, 1000, 30 ) );   //右の帯。                  this.txパネル帯.t3D描画( CDTXMania.app.Device, barU[ 1 ], new Rectangle( 2, 74, 1000, 30 ) );
1119              this.txパネル帯.t3D描画( CDTXMania.app.Device, barL, new Rectangle( 2, 38, 1000, 30 ) );   //左の帯。                  this.txパネル帯.t3D描画( CDTXMania.app.Device, bar, new Rectangle( 2, 38, 1000, 30 ) );   //右の帯。
1120              //this.tx帯.t3D描画(CDTXMania.app.Device, barL);   //左の帯。                  this.txパネル帯.t3D描画( CDTXMania.app.Device, barL, new Rectangle( 2, 38, 1000, 30 ) );   //左の帯。
1121              //this.txパネル帯.n透明度 = 155 + this.ct登場アニメ用[10].n現在の値;                  //this.tx帯.t3D描画(CDTXMania.app.Device, barL);   //左の帯。
1122              this.txパネル帯.t3D描画( CDTXMania.app.Device, barC[ 0 ], new Rectangle( 2, 2, 1000, 30 ) );                  //this.txパネル帯.n透明度 = 155 + this.ct登場アニメ用[10].n現在の値;
1123              this.txパネル帯.t3D描画( CDTXMania.app.Device, barC[ 1 ], new Rectangle( 2, 2, 1000, 30 ) );                  this.txパネル帯.t3D描画( CDTXMania.app.Device, barC[ 0 ], new Rectangle( 2, 2, 1000, 30 ) );
1124                    this.txパネル帯.t3D描画( CDTXMania.app.Device, barC[ 1 ], new Rectangle( 2, 2, 1000, 30 ) );
1125                }
1126    
1127                          #region [ デバッグ補助 ]                          #region [ デバッグ補助 ]
1128                          //-----------------                          //-----------------

Legend:
Removed from v.510  
changed lines
  Added in v.526

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26