チェンジセット 3442

差分発生行の前後
無視リスト:
コミット日時:
2010/02/21 01:03:45 (2 年前)
コミッタ:
rokubou
ログメッセージ:

Add sample : Single Marker Manager

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/FLARToolKit/trunk/src/Main.as

    r3344 r3442  
    1 /** 
     1/** 
    22 * FLARToolKit example launcher 
    33 * -------------------------------------------------------------------------------- 
     
    3030        import flash.display.Sprite; 
    3131         
    32         [SWF(width="640", height="480", frameRate="30", backgroundColor="#EEEEEE")] 
    3332        public class Main extends Sprite 
    3433        { 
     
    3837                         
    3938                        // Papervision3d(Simple cube) 
    40                        //this.addChild(new FLARToolKitExample_PV3D()); 
     39//                     this.addChild(new FLARToolKitExample_PV3D()); 
    4140                         
    4241                        // Papervison3d collada model 
    4342                        this.addChild(new FLARToolKitExample_ColladaData()); 
     43                         
     44                        // Single 
     45//                      this.addChild(new FLARTK_Example_SingleManager()); 
    4446                } 
    4547        }