Beispiel #1
0
    // Use this for initialization
    void Start()
    {
        instance = this;
        CapturePanorama.CapturePanorama.callback = LoadCapturedImage;

        // reviewMaterial = Material.Instantiate(reviewSphere.GetComponent<Renderer>().sharedMaterial);
        // reviewSphere.GetComponent<Renderer>().sharedMaterial = reviewMaterial;
    }
 public override void OnButtonUp(RaycastHit hit)
 {
     base.OnButtonUp(hit);
     SelfieBehavior.Enable();
 }