Skip to content

Commit

Permalink
UPDATE: module-omicron to release version 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnishimoto committed Nov 7, 2022
1 parent 3e544fa commit fdc35fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/module-omicron
Submodule module-omicron updated 38 files
+315 −175 CAVE2/Examples/CAVESimulator/CAVE2Simulator.unity
+ CAVE2/Examples/CAVESimulator/Materials/Screen.mat
+ CAVE2/Examples/CAVESimulator/Materials/ScreenBorder.mat
+75 −4 CAVE2/Examples/CAVESimulator/Prefabs/CAVE2 Simulator.prefab
+3 −1 CAVE2/Examples/CAVESimulator/Prefabs/VRDisplay (Seamless).prefab
+37 −2 CAVE2/Examples/CAVESimulator/Scripts/CAVE2Display.cs
+1 −1 CAVE2/Examples/CAVESimulator/Scripts/CustomHMDPerspective.cs
+2 −2 CAVE2/Examples/CAVESimulator/Scripts/DisplayInfo.cs
+24 −4 CAVE2/Examples/CAVESimulator/Scripts/PixelSpaceRaycast.cs
+12 −2 CAVE2/Examples/CAVESimulator/Scripts/ScreenConfigCalc.cs
+24 −1 CAVE2/Examples/CAVESimulator/Scripts/VRDisplayManager.cs
+ CAVE2/Materials/CAVE2-ScreenMask.mat
+ CAVE2/Prefabs/CAVE2 Standard Menu/Node Button Options.prefab
+ CAVE2/Prefabs/CAVE2-Manager.prefab
+124 −1 CAVE2/Prefabs/CAVE2-PlayerController.prefab
+ CAVE2/Scenes/Cube World Example.unity
+ CAVE2/Scenes/Tests/CAVE2 Performance Test.unity
+9 −9 CAVE2/Scripts/Managers/CAVE2ClusterManager.cs
+63 −5 CAVE2/Scripts/Managers/CAVE2InputManager.cs
+7 −5 CAVE2/Scripts/Managers/CAVE2Manager.cs
+22 −1 CAVE2/Scripts/Managers/CAVE2RPCManager.cs
+28 −2 CAVE2/Scripts/Managers/CAVE2RemoteDisplayManager.cs
+44 −0 CAVE2/Scripts/UI/ColorSelectorUI.cs
+11 −0 CAVE2/Scripts/UI/ColorSelectorUI.cs.meta
+80 −2 CAVE2/Scripts/UI/HeadNodeDebugManager.cs
+7 −0 CAVE2/Scripts/UI/HeadNodeDisplayModePanel.cs
+43 −2 CAVE2/Scripts/UI/Omegalib-Style Menu/OMenu.cs
+13 −1 CAVE2/Scripts/UI/Omegalib-Style Menu/OMenuManager.cs
+32 −0 CAVE2/Scripts/Updaters/CAVE2MocapUpdater.cs
+0 −3 CAVE2/Scripts/Util/CAVE2PlayerCollider.cs
+10 −1 CAVE2/Scripts/Util/DisableOnDisplayNode.cs
+12 −0 CAVE2/Scripts/Util/DontDestroyOnLoad.cs
+11 −0 CAVE2/Scripts/Util/DontDestroyOnLoad.cs.meta
+13 −1 CAVE2/Scripts/Util/Tests/ObjectCountStressTestCounter.cs
+98 −0 Prefabs/Plane - 1x1 Meter Grid.prefab
+7 −0 Prefabs/Plane - 1x1 Meter Grid.prefab.meta
+9 −0 Scripts/Util/OmicronManager.cs
+565 −1,322 Tests/Mocap/MocapTest.unity

0 comments on commit fdc35fc

Please sign in to comment.