チェンジセット 3442
- コミット日時:
- 2010/02/21 01:03:45 (2 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/src/Main.as
r3344 r3442 1 /**1 /** 2 2 * FLARToolKit example launcher 3 3 * -------------------------------------------------------------------------------- … … 30 30 import flash.display.Sprite; 31 31 32 [SWF(width="640", height="480", frameRate="30", backgroundColor="#EEEEEE")]33 32 public class Main extends Sprite 34 33 { … … 38 37 39 38 // Papervision3d(Simple cube) 40 //this.addChild(new FLARToolKitExample_PV3D());39 // this.addChild(new FLARToolKitExample_PV3D()); 41 40 42 41 // Papervison3d collada model 43 42 this.addChild(new FLARToolKitExample_ColladaData()); 43 44 // Single 45 // this.addChild(new FLARTK_Example_SingleManager()); 44 46 } 45 47 }

