Skip to content

Commit

Permalink
UPDATE: module-omicron
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnishimoto committed Feb 27, 2020
1 parent 46723ef commit 025c077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/module-omicron
Submodule module-omicron updated 93 files
+4 −4 CAVE2/Examples/CAVESimulator/Scripts/ScreenConfigCalc.cs
+3 −3 CAVE2/Examples/Generalized Perspective Projection/Materials/Stereoscopic.mat
+10 −0 CAVE2/Examples/Generalized Perspective Projection/Scripts/GeneralizedPerspectiveProjection.cs
+8 −2 CAVE2/Examples/Generalized Perspective Projection/Scripts/StereoscopicCamera.cs
+4 −4 CAVE2/Examples/HoloLens/Scripts/HoloLensTestBuildManager.cs
+8 −0 CAVE2/Examples/Loading.meta
+418 −0 CAVE2/Examples/Loading/LoadingScene.unity
+7 −0 CAVE2/Examples/Loading/LoadingScene.unity.meta
+8 −0 CAVE2/Examples/Loading/Scripts.meta
+72 −0 CAVE2/Examples/Loading/Scripts/AssetBundleManager.cs
+11 −0 CAVE2/Examples/Loading/Scripts/AssetBundleManager.cs.meta
+1 −1 CAVE2/Materials/HoverOverHighlight.mat
+ CAVE2/Models/CAVE2-TestPattern.blend
+662 −0 CAVE2/Models/CAVE2-TestPattern.blend.meta
+8 −0 CAVE2/Networking/Scripts.meta
+419 −0 CAVE2/Networking/Scripts/CAVE2NetworkManager.cs
+11 −0 CAVE2/Networking/Scripts/CAVE2NetworkManager.cs.meta
+8 −0 CAVE2/Networking/Scripts/Legacy.meta
+0 −0 CAVE2/Networking/Scripts/Legacy/CAVE2VRLobbyManager.cs
+0 −0 CAVE2/Networking/Scripts/Legacy/CAVE2VRLobbyManager.cs.meta
+0 −0 CAVE2/Networking/Scripts/Legacy/CharacterLabelUI.cs
+0 −0 CAVE2/Networking/Scripts/Legacy/CharacterLabelUI.cs.meta
+0 −0 CAVE2/Networking/Scripts/Legacy/NetworkedVRPlayerManager.cs
+0 −0 CAVE2/Networking/Scripts/Legacy/NetworkedVRPlayerManager.cs.meta
+0 −0 CAVE2/Networking/Scripts/Legacy/VRLobbyPlayer.cs
+0 −0 CAVE2/Networking/Scripts/Legacy/VRLobbyPlayer.cs.meta
+0 −0 CAVE2/Networking/Scripts/Legacy/VRPlayerWrapper.cs
+0 −0 CAVE2/Networking/Scripts/Legacy/VRPlayerWrapper.cs.meta
+ CAVE2/Prefabs/CAVE2-PlayerController.prefab
+ CAVE2/Scenes/Cube World Example.unity
+791 −0 CAVE2/Scenes/Tests/CAVE2 Diagnostic Scene.unity
+7 −0 CAVE2/Scenes/Tests/CAVE2 Diagnostic Scene.unity.meta
+12,290 −0 CAVE2/Scenes/Tests/FOV Test.unity
+7 −0 CAVE2/Scenes/Tests/FOV Test.unity.meta
+100 −2 CAVE2/Scripts/Editor/OmicronEditorMode.cs
+12 −12 CAVE2/Scripts/Examples/CAVE2Interactable.cs
+1 −1 CAVE2/Scripts/Examples/CAVE2LoadSceneWandClick.cs
+177 −21 CAVE2/Scripts/Examples/GrabbableObject.cs
+10 −1 CAVE2/Scripts/Examples/GrabbableObject.cs.meta
+2 −2 CAVE2/Scripts/Examples/HoverOverIndicator.cs
+85 −0 CAVE2/Scripts/Examples/PrecisionTransformModifier.cs
+11 −0 CAVE2/Scripts/Examples/PrecisionTransformModifier.cs.meta
+42 −35 CAVE2/Scripts/Managers/CAVE2AdvancedTrackingSimulator.cs
+115 −42 CAVE2/Scripts/Managers/CAVE2InputManager.cs
+69 −60 CAVE2/Scripts/Managers/CAVE2Manager.cs
+74 −33 CAVE2/Scripts/Managers/CAVE2RPCManager.cs
+20 −11 CAVE2/Scripts/Navigation/CAVE2WandNavigator.cs
+27 −0 CAVE2/Scripts/UI/AdaptiveSyncGUI.cs
+11 −0 CAVE2/Scripts/UI/AdaptiveSyncGUI.cs.meta
+11 −0 CAVE2/Scripts/UI/MachineInfoUI.cs
+13 −0 CAVE2/Scripts/UI/MachineInfoUI.cs.meta
+32 −9 CAVE2/Scripts/UI/NavSpeedUI.cs
+2 −3 CAVE2/Scripts/UI/NavSpeedUI.cs.meta
+9 −9 CAVE2/Scripts/UI/Omegalib-Style Menu/UndockMenu.cs
+8 −0 CAVE2/Scripts/UI/TransformUI.cs
+54 −32 CAVE2/Scripts/Updaters/CAVE2TransformSync.cs
+1 −1 CAVE2/Scripts/Updaters/CAVE2WandMocapUpdater.cs
+10 −10 CAVE2/Scripts/Updaters/GenericVRControllerUpdater.cs
+4 −4 CAVE2/Scripts/Updaters/getReal3DHeadUpdater.cs
+18 −0 CAVE2/Scripts/Util/CAVE2CameraController.cs
+2 −2 CAVE2/Scripts/Util/CAVE2HeadMarker.cs
+11 −0 CAVE2/Scripts/Util/CAVE2PlayerIdentity.cs
+13 −5 CAVE2/Scripts/Util/CAVE2ScreenMaskRenderer.cs
+60 −7 CAVE2/Scripts/Util/CAVE2WandInteractor.cs
+22 −0 CAVE2/Scripts/Util/LookAtCamera.cs
+11 −0 CAVE2/Scripts/Util/LookAtCamera.cs.meta
+25 −0 CAVE2/Scripts/Util/Tests/CAVE2VariableDiagnosticUI.cs
+11 −0 CAVE2/Scripts/Util/Tests/CAVE2VariableDiagnosticUI.cs.meta
+29 −0 CAVE2/Scripts/Util/getReal3D/CameraLister.cs
+13 −0 CAVE2/Scripts/Util/getReal3D/CameraLister.cs.meta
+46 −0 CAVE2/Scripts/Util/getReal3D/getReal3DCAVEWandTester.cs
+13 −0 CAVE2/Scripts/Util/getReal3D/getReal3DCAVEWandTester.cs.meta
+72 −0 CAVE2/Scripts/Util/getReal3D/getReal3DSensorLister.cs
+11 −0 CAVE2/Scripts/Util/getReal3D/getReal3DSensorLister.cs.meta
+1,805 −0 CAVE2/Tutorial/CAVE2 Tutorial 6 - Custom Menu.unity
+7 −0 CAVE2/Tutorial/CAVE2 Tutorial 6 - Custom Menu.unity.meta
+ CAVE2/Tutorial/Prefabs/PhysicsCubes.prefab
+1 −1 CAVE2/Tutorial/Scripts/DestroyOnTimer.cs
+2 −2 Scripts/Util/Kinect/OmicronKinectImageClient.cs
+4 −4 Scripts/Util/Kinect/OmicronSpeechManager.cs
+232 −110 Scripts/Util/OmicronConnectorClient.cs
+4 −4 Scripts/Util/OmicronController.cs
+21 −8 Scripts/Util/OmicronManager.cs
+3 −2 Scripts/Util/OmicronMocapSensor.cs
+72 −0 Shaders/3D Text (Billboard).shader
+9 −0 Shaders/3D Text (Billboard).shader.meta
+3 −3 Shaders/Font Material (Billboard).mat
+72 −0 Textures/Cubemaps/black-skybox.mat
+7 −0 Textures/Cubemaps/black-skybox.mat.meta
+58 −0 Textures/Cubemaps/grid5-skybox.mat
+7 −0 Textures/Cubemaps/grid5-skybox.mat.meta
+ Textures/continuum_v10b_letters_white.png
+86 −0 Textures/continuum_v10b_letters_white.png.meta

0 comments on commit 025c077

Please sign in to comment.