差分発生行の前後
無視リスト:
コミット日時:
2008/11/04 01:37:48 (2 ヶ月前)
コミッタ:
tarotarorg
ログメッセージ:

--

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/SimpleFLARToolKitView.as

    r1728 r1786  
    5050        public class SimpleFLARToolKitView extends ARAppBase { 
    5151                 
    52                 private static const PATTERN_FILE:String = "Data/top.pat"; 
     52                private static const PATTERN_FILE:String = "Data/cube-basic.pat"; 
    5353                private static const CAMERA_FILE:String = "Data/camera_para.dat"; 
    5454                 
     
    139139                        this._capture.bitmapData.draw(this._video); 
    140140                        if (this._detector.detectMarkerLite(this._raster, 80)) { 
     141                                trace("confidence:", this._detector.getConfidence()," direction:",this._detector.getDirection()); 
    141142                                if (this._detector.getConfidence() < .5) { 
    142                                         //trace("confidence:", this._detector.getConfidence()); 
    143143                                        this._viewport.visible = false; 
    144144                                        return;