// Use this for initialization
 void Start()
 {
     quickBlur = hmdCamera.GetComponent <QuickBlur>();
 }
 // Use this for initialization
 void Start()
 {
     blinderControl = hmdCamera.GetComponent <BlinderControl>(); // Link scripts from objects
     quickBlur      = hmdCamera.GetComponent <QuickBlur>();
     targetRotation = transform.rotation;                        // Set default rotation
 }