-------------------------------------------------------------------------------- -- Handler.......... : onInit -- Author........... : -- Description...... : -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- function CarDemoCamera.onInit ( ) -------------------------------------------------------------------------------- object.setTranslation ( this.getObject ( ), -2000, 300, 250, object.kGlobalSpace ) -------------------------------------------------------------------------------- end --------------------------------------------------------------------------------