チェンジセット 1226
- コミット日時:
- 2008/09/02 00:32:38 (4 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/SimpleFLARToolKitView.as
r1203 r1226 137 137 if (this._detector.detectMarkerLite(this._raster, 80)) { 138 138 if (this._detector.getConfidence() < .5) { 139 trace("confidence:", this._detector.getConfidence());139 //trace("confidence:", this._detector.getConfidence()); 140 140 this._viewport.visible = false; 141 141 return; as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/URLSample.mxml
r979 r1226 9 9 <