-------------------------------------------------------------------------------- -- Handler.......... : onRotateBy -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function OSVCamera.onRotateBy ( nDeltaX, nDeltaY ) -------------------------------------------------------------------------------- this.nDstAngleX ( this.nDstAngleX ( ) - nDeltaX * 90 ) this.nDstAngleY ( this.nDstAngleY ( ) + nDeltaY * 90 ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------