Exemplo n.º 1
0
 public ExportCollada(RadegastInstance instance, Primitive prim)
     : base(instance)
 {
     InitializeComponent();
     Exporter = new DAEExport(instance, prim);
     Exporter.Progress += new EventHandler<DAEStatutsEventArgs>(Exporter_Progress);
     UpdateInfo();
     cbImageType.Text = "TGA";
 }
Exemplo n.º 2
0
 public ExportCollada(RadegastInstance instance, Primitive prim)
     : base(instance)
 {
     InitializeComponent();
     Exporter           = new DAEExport(instance, prim);
     Exporter.Progress += new EventHandler <DAEStatutsEventArgs>(Exporter_Progress);
     UpdateInfo();
     cbImageType.Text = "TGA";
 }