Epilepsy sim

This commit is contained in:
2025-04-02 13:45:27 +01:00
parent 01242dd807
commit f76cc35c93
9 changed files with 2059 additions and 679 deletions

View File

@@ -21,12 +21,10 @@ public class PortalCamera : MonoBehaviour
// Initialistion function for the camera
public void InitCamera(MeshRenderer renderer, PortalManager creator, Vector3 rot)
{
Debug.Log(rot);
//
// Transfers the passed rotation to be stored within the class
m_Rot = rot;
//
// Stores both portals
m_CapturePortal = creator.Linked();
m_DisplayPortal = creator;