チェンジセット 1786
- コミット日時:
- 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; as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/URLSample.mxml
r1686 r1786 52 52 var wmat:WireframeMaterial = new WireframeMaterial(0xff0000, 1, 2); 53 53 wmat.doubleSided = true; 54 var basePlane:Plane = new Plane(wmat, 80, 80 );54 var basePlane:Plane = new Plane(wmat, 80, 80,2,2); 55 55 grp.addChild(basePlane); 56 56 if (url != null && url.length > 0) {
