-------------------------------------------------------------------------------- -- Handler.......... : onReset -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function OSVMain.onReset ( ) -------------------------------------------------------------------------------- object.sendEvent ( application.getCurrentUserActiveCamera ( ), "OSVCamera", "onReset" ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------