Skip to content

Commit

Permalink
UPDATE: module-omicron
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnishimoto committed Oct 3, 2022
1 parent 61f380b commit bfb1135
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/module-omicron
Submodule module-omicron updated 91 files
+974 −457 CAVE2/Examples/CAVESimulator/CAVE2Simulator.unity
+78 −0 CAVE2/Examples/CAVESimulator/Materials/MirageARDisplay.mat
+8 −0 CAVE2/Examples/CAVESimulator/Materials/MirageARDisplay.mat.meta
+ CAVE2/Examples/CAVESimulator/Materials/Screen.mat
+ CAVE2/Examples/CAVESimulator/Materials/ScreenBorder.mat
+387 −0 CAVE2/Examples/CAVESimulator/Prefabs/CAVE2 Simulator (AR Display Variant).prefab
+7 −0 CAVE2/Examples/CAVESimulator/Prefabs/CAVE2 Simulator (AR Display Variant).prefab.meta
+463 −429 CAVE2/Examples/CAVESimulator/Prefabs/CAVE2 Simulator.prefab
+448 −381 CAVE2/Examples/CAVESimulator/Prefabs/VRDisplay.prefab
+143 −7 CAVE2/Examples/CAVESimulator/Scripts/CAVE2Display.cs
+398 −0 CAVE2/Examples/CAVESimulator/Scripts/CAVE2RemoteFineAdjustment.cs
+11 −0 CAVE2/Examples/CAVESimulator/Scripts/CAVE2RemoteFineAdjustment.cs.meta
+63 −4 CAVE2/Examples/CAVESimulator/Scripts/HMDDisplay.cs
+134 −0 CAVE2/Examples/CAVESimulator/Scripts/PixelSpaceRaycast.cs
+11 −0 CAVE2/Examples/CAVESimulator/Scripts/PixelSpaceRaycast.cs.meta
+110 −77 CAVE2/Examples/CAVESimulator/Scripts/ScreenConfigCalc.cs
+44 −0 CAVE2/Examples/CAVESimulator/Scripts/VRDisplayManager.cs
+25 −6 CAVE2/Examples/Generalized Perspective Projection/Scripts/GeneralizedPerspectiveProjection.cs
+75 −42 CAVE2/Examples/Generalized Perspective Projection/Scripts/StereoscopicCamera.cs
+10 −10 CAVE2/Examples/HoloLens/Scripts/HoloLensTestBuildManager.cs
+582 −0 CAVE2/Examples/TrackerSimulator/Tracking Origin (Simulated).prefab
+7 −0 CAVE2/Examples/TrackerSimulator/Tracking Origin (Simulated).prefab.meta
+34 −84 CAVE2/Materials/LaserParticle-Red.mat
+46 −9 CAVE2/Networking/Scripts/RemoteGeneralizedPerspectiveProjection.cs
+ CAVE2/Prefabs/CAVE2 Cube (Performance Test).prefab
+8 −0 CAVE2/Prefabs/CAVE2 Cube (Performance Test).prefab.meta
+ CAVE2/Prefabs/CAVE2 Standard Menu/Node Button Options.prefab
+7 −0 CAVE2/Prefabs/CAVE2 Standard Menu/Node Button Options.prefab.meta
+ CAVE2/Prefabs/CAVE2 Standard Menu/Panel with Title Border.prefab
+7 −0 CAVE2/Prefabs/CAVE2 Standard Menu/Panel with Title Border.prefab.meta
+ CAVE2/Prefabs/CAVE2-Manager.prefab
+ CAVE2/Prefabs/CAVE2-PlayerController.prefab
+58 −30 CAVE2/RemoteControl/RemoteTerminal.cs
+375 −334 CAVE2/RemoteControl/Terminal.prefab
+ CAVE2/Scenes/Cube World Example.unity
+ CAVE2/Scenes/Tests/CAVE2 Cluster Manager Test.unity
+ CAVE2/Scenes/Tests/CAVE2 Performance Test.unity
+7 −0 CAVE2/Scenes/Tests/CAVE2 Performance Test.unity.meta
+6 −3 CAVE2/Scripts/Editor/OmicronEditorMode.cs
+2 −2 CAVE2/Scripts/Examples/HoverOverIndicator.cs
+30 −0 CAVE2/Scripts/Examples/ObjectTagCounter.cs
+11 −0 CAVE2/Scripts/Examples/ObjectTagCounter.cs.meta
+35 −7 CAVE2/Scripts/Examples/WandPointer.cs
+567 −10 CAVE2/Scripts/Managers/CAVE2ClusterManager.cs
+90 −0 CAVE2/Scripts/Managers/CAVE2ExperimentalDisplayMode.cs
+11 −0 CAVE2/Scripts/Managers/CAVE2ExperimentalDisplayMode.cs.meta
+26 −1 CAVE2/Scripts/Managers/CAVE2Manager.cs
+256 −108 CAVE2/Scripts/Managers/CAVE2RPCManager.cs
+129 −0 CAVE2/Scripts/Managers/CAVE2RemoteDisplayManager.cs
+11 −0 CAVE2/Scripts/Managers/CAVE2RemoteDisplayManager.cs.meta
+79 −16 CAVE2/Scripts/Navigation/CAVE2WandNavigator.cs
+263 −0 CAVE2/Scripts/UI/HeadNodeDebugManager.cs
+11 −0 CAVE2/Scripts/UI/HeadNodeDebugManager.cs.meta
+32 −0 CAVE2/Scripts/UI/HeadNodeDisplayModePanel.cs
+11 −0 CAVE2/Scripts/UI/HeadNodeDisplayModePanel.cs.meta
+56 −0 CAVE2/Scripts/UI/HeadNodePanelInteraction.cs
+11 −0 CAVE2/Scripts/UI/HeadNodePanelInteraction.cs.meta
+7 −7 CAVE2/Scripts/UI/NavModeUI.cs
+43 −23 CAVE2/Scripts/UI/Omegalib-Style Menu/OMenu.cs
+46 −9 CAVE2/Scripts/UI/Omegalib-Style Menu/OMenuManager.cs
+10 −0 CAVE2/Scripts/Updaters/CAVE2MocapUpdater.cs
+234 −17 CAVE2/Scripts/Updaters/CAVE2TransformSync.cs
+10 −2 CAVE2/Scripts/Updaters/CAVE2WandMocapUpdater.cs
+71 −2 CAVE2/Scripts/Util/CAVE2CameraController.cs
+1 −1 CAVE2/Scripts/Util/CAVE2HeadMarker.cs
+23 −0 CAVE2/Scripts/Util/CAVE2NoShadowMasterNode.cs
+11 −0 CAVE2/Scripts/Util/CAVE2NoShadowMasterNode.cs.meta
+42 −0 CAVE2/Scripts/Util/CAVE2WandInteractor.cs
+39 −0 CAVE2/Scripts/Util/DelayPlayerWalkMode.cs
+11 −0 CAVE2/Scripts/Util/DelayPlayerWalkMode.cs.meta
+15 −0 CAVE2/Scripts/Util/DisableOnDisplayNode.cs
+11 −0 CAVE2/Scripts/Util/DisableOnDisplayNode.cs.meta
+44 −0 CAVE2/Scripts/Util/ResetScript.cs
+11 −0 CAVE2/Scripts/Util/ResetScript.cs.meta
+377 −0 CAVE2/Scripts/Util/Tests/ObjectCountStressTestCounter.cs
+11 −0 CAVE2/Scripts/Util/Tests/ObjectCountStressTestCounter.cs.meta
+58 −0 CAVE2/Scripts/Util/Tests/SpawnObjectsTest.cs
+11 −0 CAVE2/Scripts/Util/Tests/SpawnObjectsTest.cs.meta
+20 −7 CAVE2/Skybox/Textures/CAVE2-Skybox(+x).renderTexture
+20 −7 CAVE2/Skybox/Textures/CAVE2-Skybox(+y).renderTexture
+20 −7 CAVE2/Skybox/Textures/CAVE2-Skybox(+z).renderTexture
+20 −7 CAVE2/Skybox/Textures/CAVE2-Skybox(-x).renderTexture
+20 −7 CAVE2/Skybox/Textures/CAVE2-Skybox(-y).renderTexture
+20 −7 CAVE2/Skybox/Textures/CAVE2-Skybox(-z).renderTexture
+2 −1 Scripts/Util/OmicronConnectorClient.cs
+2 −2 Scripts/Util/OmicronManager.cs
+8 −0 Textures/UI.meta
+ Textures/UI/Background.png
+319 −0 Textures/UI/Background.png.meta
+ Textures/UI/WhiteBorder.png
+295 −0 Textures/UI/WhiteBorder.png.meta
Binary file modified ProjectSettings/EditorBuildSettings.asset
Binary file not shown.
Binary file modified ProjectSettings/QualitySettings.asset
Binary file not shown.

0 comments on commit bfb1135

Please sign in to comment.