ActionScript 3 Papervision3D - TiltViewer样式鼠标交互

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 Papervision3D - TiltViewer样式鼠标交互相关的知识,希望对你有一定的参考价值。

var ShiftY: Number = stage.stageWidth / 2;
var ShiftX: Number = stage.stageHeight / 2;

// number @ the end (90) is the degree's to allow object to turn
var rotationY: Number = -( (mouseX - ShiftY) / stage.stageWidth * 90);
var rotationX: Number = -( (mouseY - ShiftX) / stage.stageHeight * 90);

// Replace _screenCube with the object you wish to control	
// Lower number = faster turns
_screenCube.rotationY += (-rotationY - _screenCube.rotationY) / 12; 
_screenCube.rotationX += (rotationX - _screenCube.rotationX) / 12;

以上是关于ActionScript 3 Papervision3D - TiltViewer样式鼠标交互的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 ActionScript 3 SliceBitmap类

ActionScript 3 ActionScript 3中的XML循环

ActionScript 3 clickTag使用ActionScript 3

ActionScript 3 ActionScript 3中的反射

ActionScript 3 在ActionScript 3中嵌入字体

ActionScript 3 TextManager ActionScript 3.0类