Exemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     pictureFolderMap["Pictures Main Room Left"] = "Main Room North Left";
     leftHandPoint         = leftHand.transform.GetChild(0).gameObject;
     rightHandPoint        = rightHand.transform.GetChild(0).gameObject;
     rightHandModelPoint   = rightHandModel.transform.GetChild(1).gameObject;
     clipboard             = clipboardContainer.transform.GetChild(0).gameObject;
     clipboardController   = clipboard.GetComponent <ClipboardController>();
     clipboardHoldingPoint = clipboardContainer.transform.GetChild(1).gameObject;
     clipboardBottomPoint  = clipboardContainer.transform.GetChild(2).gameObject;
     clipboardTopPoint     = clipboardContainer.transform.GetChild(3).gameObject;
     vrControllerCheck     = GetComponent <VRControllerCheck>();
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     Cursor.visible     = false;
     vrControllerCheck  = GetComponent <VRControllerCheck>();
     vignetteController = GetComponent <VignetteController>();
 }