-------------------------------------------------------------------------------- -- Handler.......... : onReset -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function OSVCamera.onReset ( ) -------------------------------------------------------------------------------- this.nDstDist ( this.nBSphereRadius ( ) * 2 ) this.nDstTargetX ( this.nBSphereX ( ) ) this.nDstTargetY ( this.nBSphereY ( ) ) this.nDstTargetZ ( this.nBSphereZ ( ) ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------