チェンジセット 1332
- コミット日時:
- 2008/09/18 23:52:37 (4 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/FLARToolKit/trunk/samples/Data
- 属性の設定値: svn:ignore (登録)
*.jpg
- 属性の設定値: svn:ignore (登録)
as3/FLARToolKit/trunk/samples/org/tarotaro/flash/ar/FLARAnotherWorldWindowLayer.as
r1330 r1332 14 14 * limitations under the License. 15 15 */ 16 org.tarotaro.flash.ar16 package org.tarotaro.flash.ar 17 17 { 18 18 import flash.display.Bitmap; … … 90 90 var center:Point = new Point((Mx + mx)/2, (My+my)/2); 91 91 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); 95 95 //マーカの大きさから、ズームを判定する 96 96 //900-45000
