チェンジセット 2864: as3/FLARToolKit
- コミット日時:
- 2009/07/02 16:12:13 (9 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/detector/FLARMultiMarkerDetector.as
r2570 r2864 193 193 if (!this._match_patt.setPatt(this._patt)) { 194 194 // 計算に失敗した。 195 throw new FLARException();195 continue; 196 196 } 197 197 // コードと順番に比較していく as3/FLARToolKit/trunk/src/org/libspark/flartoolkit/detector/FLARSingleMarkerDetector.as
r2570 r2864 170 170 if (!this._match_patt.setPatt(this._patt)) { 171 171 // 計算に失敗した。 172 throw new FLARException();172 return false; 173 173 } 174 174 // コードと比較する

