- コミット日時:
- 2008/11/04 01:37:48 (2 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/SimpleFLARToolKitView.as
r1728 r1786 50 50 public class SimpleFLARToolKitView extends ARAppBase { 51 51 52 private static const PATTERN_FILE:String = "Data/ top.pat";52 private static const PATTERN_FILE:String = "Data/cube-basic.pat"; 53 53 private static const CAMERA_FILE:String = "Data/camera_para.dat"; 54 54 … … 139 139 this._capture.bitmapData.draw(this._video); 140 140 if (this._detector.detectMarkerLite(this._raster, 80)) { 141 trace("confidence:", this._detector.getConfidence()," direction:",this._detector.getDirection()); 141 142 if (this._detector.getConfidence() < .5) { 142 //trace("confidence:", this._detector.getConfidence());143 143 this._viewport.visible = false; 144 144 return;
