private void Awake()
 {
     targetCamera = GetComponent <Camera>();
     arMat        = new ARMaterial();
 }