チェンジセット 1332

差分発生行の前後
無視リスト:
コミット日時:
2008/09/18 23:52:37 (4 ヶ月前)
コミッタ:
tarotarorg
ログメッセージ:

「package」の宣言抜けてた。何処で取れたんだ?

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/FLARToolKit/trunk/samples/Data

    • 属性の設定値: svn:ignore (登録)
      *.jpg
  • as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARAnotherWorldWindowLayer.as

    r1330 r1332  
    1414 *  limitations under the License. 
    1515 */  
    16 org.tarotaro.flash.ar  
     16package org.tarotaro.flash.ar  
    1717{ 
    1818        import flash.display.Bitmap; 
     
    9090                                var center:Point = new Point((Mx + mx)/2, (My+my)/2); 
    9191 
    92                                 this._view.camera.rotationY = (center.x - this._source.getWidth()/2) / 2
    93                                 this._view.camera.rotationX = -(center.y - this._source.getHeight()/2) / 2
    94                                  
     92                                this._view.camera.rotationY = (center.x - this._source.getWidth()/2) * 0.6
     93                                this._view.camera.rotationX = -(center.y - this._source.getHeight()/2) * 0.6
     94                                trace(this._view.camera.rotationY, this._view.camera.rotationX); 
    9595                                //マーカの大きさから、ズームを判定する 
    9696                                //900-45000