if(this.input.getInput().KEY_S===true && collider.getMovements().BACK===true)
        {
            this.camera.position.z+=1.0*delta;
        }