コード例 #1
0
ファイル: BMD.cs プロジェクト: MeltyPlayer/Pikmin2Utility
 public BMD(MKDS_Course_Modifier.SM64DS.BMD file)
 {
     this.file = file;
     this.InitializeComponent();
     this.simpleOpenGlControl1.MouseWheel += new MouseEventHandler(this.simpleOpenGlControl1_MouseWheel);
     this.menuItem1.Text = LanguageHandler.GetString("3d.animation");
 }
コード例 #2
0
ファイル: BMD.cs プロジェクト: MeltyPlayer/Pikmin2Utility
 public void SetBMD(MKDS_Course_Modifier.SM64DS.BMD Bmd)
 {
     this.file = Bmd;
     this.timer1.Stop();
     this.Bca        = (BCA)null;
     this.SelBcaAnim = 0;
     this.menuItem2.MenuItems.Clear();
     GlNitro2.glNitroBindTextures(this.file, 1);
     this.Render();
 }