チェンジセット 1786

差分発生行の前後
無視リスト:
コミット日時:
2008/11/04 01:37:48 (2 ヶ月前)
コミッタ:
tarotarorg
ログメッセージ:

--

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/SimpleFLARToolKitView.as

    r1728 r1786  
    5050        public class SimpleFLARToolKitView extends ARAppBase { 
    5151                 
    52                 private static const PATTERN_FILE:String = "Data/top.pat"; 
     52                private static const PATTERN_FILE:String = "Data/cube-basic.pat"; 
    5353                private static const CAMERA_FILE:String = "Data/camera_para.dat"; 
    5454                 
     
    139139                        this._capture.bitmapData.draw(this._video); 
    140140                        if (this._detector.detectMarkerLite(this._raster, 80)) { 
     141                                trace("confidence:", this._detector.getConfidence()," direction:",this._detector.getDirection()); 
    141142                                if (this._detector.getConfidence() < .5) { 
    142                                         //trace("confidence:", this._detector.getConfidence()); 
    143143                                        this._viewport.visible = false; 
    144144                                        return; 
  • as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/URLSample.mxml

    r1686 r1786  
    5252                        var wmat:WireframeMaterial = new WireframeMaterial(0xff0000, 1, 2); 
    5353                        wmat.doubleSided = true; 
    54                         var basePlane:Plane = new Plane(wmat, 80, 80); 
     54                        var basePlane:Plane = new Plane(wmat, 80, 80,2,2); 
    5555                        grp.addChild(basePlane); 
    5656                        if (url != null && url.length > 0) {