Skip to content

Commit

Permalink
UPDATE: module-omicron
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnishimoto committed Aug 20, 2023
1 parent 66da1b0 commit 75a0c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/module-omicron
Submodule module-omicron updated 54 files
+1 −0 CAVE2/Examples/CAVESimulator/Scripts/ScreenConfigCalc.cs
+21 −1 CAVE2/Examples/CAVESimulator/Scripts/VRDisplayManager.cs
+1 −1 CAVE2/Examples/Generalized Perspective Projection/Scripts/GeneralizedPerspectiveProjection.cs
+18 −0 CAVE2/Examples/Generalized Perspective Projection/Scripts/StereoscopicCamera.cs
+1 −3 CAVE2/Examples/HoloLens/Scripts/HoloLensTestBuildManager.cs.meta
+ CAVE2/Materials/CAVE2-ScreenMask.mat
+4 −1 CAVE2/Networking/Scripts/CAVE2NetworkManager.cs
+4 −1 CAVE2/Networking/Scripts/Legacy/CAVE2VRLobbyManager.cs
+4 −1 CAVE2/Networking/Scripts/Legacy/NetworkedVRPlayerManager.cs
+4 −1 CAVE2/Networking/Scripts/Legacy/VRLobbyPlayer.cs
+ CAVE2/Prefabs/CAVE2-Manager.prefab
+ CAVE2/Prefabs/CAVE2-PlayerController.prefab
+29 −2 CAVE2/RemoteControl/RemoteTerminal.cs
+ CAVE2/Scenes/Cube World Example.unity
+4 −3 CAVE2/Scripts/Editor/OmicronEditorMode.cs
+12 −1 CAVE2/Scripts/Examples/GrabbableObject.cs
+1 −0 CAVE2/Scripts/Examples/GrabbableObject.cs.meta
+11 −0 CAVE2/Scripts/Examples/HoverOverIndicator.cs
+5 −3 CAVE2/Scripts/Examples/HoverOverIndicator.cs.meta
+239 −4 CAVE2/Scripts/Managers/CAVE2ClusterManager.cs
+3 −0 CAVE2/Scripts/Managers/CAVE2ClusterSpawnManager.cs
+110 −3 CAVE2/Scripts/Managers/CAVE2Manager.cs
+1,033 −5 CAVE2/Scripts/Managers/CAVE2RPCManager.cs
+35 −94 CAVE2/Scripts/UI/HeadNodeDebugManager.cs
+ CAVE2/Tutorial/CAVE2 Tutorial 5 - Transform Sync.unity
+ CAVE2/Tutorial/CAVE2 Tutorial 7 - Particle Systems.unity
+7 −0 CAVE2/Tutorial/CAVE2 Tutorial 7 - Particle Systems.unity.meta
+ CAVE2/Tutorial/Prefabs/PhysicsCubes.prefab
+10 −0 CITATION.cff
+7 −0 CITATION.cff.meta
+8 −0 Configs.meta
+44 −0 Configs/continuum3D.cfg
+7 −0 Configs/continuum3D.cfg.meta
+49 −0 Configs/default.cfg
+7 −0 Configs/default.cfg.meta
+8 −0 Continuum.meta
+8 −0 Continuum/Prefabs.meta
+ Continuum/Prefabs/CAVE2-Manager.prefab
+7 −0 Continuum/Prefabs/CAVE2-Manager.prefab.meta
+ Continuum/Prefabs/CAVE2-PlayerController.prefab
+7 −0 Continuum/Prefabs/CAVE2-PlayerController.prefab.meta
+8 −0 Continuum/Scenes.meta
+ Continuum/Scenes/Cube World Example (Continuum3D).unity
+7 −0 Continuum/Scenes/Cube World Example (Continuum3D).unity.meta
+8 −0 Continuum/Scripts.meta
+165 −0 Continuum/Scripts/ConfigurationManager.cs
+11 −0 Continuum/Scripts/ConfigurationManager.cs.meta
+387 −0 Continuum/Scripts/StandaloneDisplayManager.cs
+11 −0 Continuum/Scripts/StandaloneDisplayManager.cs.meta
+58 −62 Scripts/Util/OmicronManager.cs
+36 −6 Textures/UI/Background.png.meta
+35 −6 Textures/UI/WhiteBorder.png.meta
+2 −0 config.cfg
+7 −0 config.cfg.meta

0 comments on commit 75a0c58

Please sign in to comment.