チェンジセット 1633

差分発生行の前後
無視リスト:
コミット日時:
2008/10/17 03:04:13 (3 ヶ月前)
コミッタ:
saqoosha
ログメッセージ:

ちょんぼ。

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/FLARToolKit/trunk/samples/net/saqoosha/flartoolkit/example/PV3DARApp.as

    r1632 r1633  
    6666                private function _onEnterFrame(e:Event = null):void { 
    6767                        this._capture.bitmapData.draw(this._video); 
    68                         if (this._detector.detectMarkerLite(this._raster, 80)) {// && this._detector.getConfidence() > 0.5) { 
     68                        if (this._detector.detectMarkerLite(this._raster, 80) && this._detector.getConfidence() > 0.5) { 
    6969                                this._detector.getTransformMatrix(this._resultMat); 
    7070                                this._baseNode.setTransformMatrix(this._resultMat);