チェンジセット 1633
- コミット日時:
- 2008/10/17 03:04:13 (3 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/samples/net/saqoosha/flartoolkit/example/PV3DARApp.as
r1632 r1633 66 66 private function _onEnterFrame(e:Event = null):void { 67 67 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) { 69 69 this._detector.getTransformMatrix(this._resultMat); 70 70 this._baseNode.setTransformMatrix(this._resultMat);
