├── .gitignore ├── Assets ├── NewtonVR.meta └── NewtonVR │ ├── CollisionSoundController.prefab │ ├── CollisionSoundController.prefab.meta │ ├── CollisionSoundFramework.meta │ ├── CollisionSoundFramework │ ├── Editor.meta │ ├── Editor │ │ ├── NVRCollisionSoundControllerEditor.cs │ │ └── NVRCollisionSoundControllerEditor.cs.meta │ ├── NVRCollisionSoundController.cs │ ├── NVRCollisionSoundController.cs.meta │ ├── NVRCollisionSoundMaterials.cs │ ├── NVRCollisionSoundMaterials.cs.meta │ ├── NVRCollisionSoundObject.cs │ ├── NVRCollisionSoundObject.cs.meta │ ├── NVRCollisionSoundProvider.cs │ ├── NVRCollisionSoundProvider.cs.meta │ ├── NVRCollisionSoundProviderFMOD.cs │ ├── NVRCollisionSoundProviderFMOD.cs.meta │ ├── NVRCollisionSoundProviderUnity.cs │ └── NVRCollisionSoundProviderUnity.cs.meta │ ├── Editor.meta │ ├── Editor │ ├── NVRPlayerEditor.cs │ ├── NVRPlayerEditor.cs.meta │ ├── NVRTeleporterEditor.cs │ └── NVRTeleporterEditor.cs.meta │ ├── EnumEqualityComparer.cs │ ├── EnumEqualityComparer.cs.meta │ ├── Example.meta │ ├── Example │ ├── Fonts.meta │ ├── Fonts │ │ ├── Roboto.meta │ │ └── Roboto │ │ │ ├── LICENSE.txt │ │ │ ├── LICENSE.txt.meta │ │ │ ├── Roboto-Black.ttf │ │ │ ├── Roboto-Black.ttf.meta │ │ │ ├── Roboto-BlackItalic.ttf │ │ │ ├── Roboto-BlackItalic.ttf.meta │ │ │ ├── Roboto-Bold.ttf │ │ │ ├── Roboto-Bold.ttf.meta │ │ │ ├── Roboto-BoldItalic.ttf │ │ │ ├── Roboto-BoldItalic.ttf.meta │ │ │ ├── Roboto-Italic.ttf │ │ │ ├── Roboto-Italic.ttf.meta │ │ │ ├── Roboto-Light.ttf │ │ │ ├── Roboto-Light.ttf.meta │ │ │ ├── Roboto-LightItalic.ttf │ │ │ ├── Roboto-LightItalic.ttf.meta │ │ │ ├── Roboto-Medium.ttf │ │ │ ├── Roboto-Medium.ttf.meta │ │ │ ├── Roboto-MediumItalic.ttf │ │ │ ├── Roboto-MediumItalic.ttf.meta │ │ │ ├── Roboto-Regular.ttf │ │ │ ├── Roboto-Regular.ttf.meta │ │ │ ├── Roboto-Thin.ttf │ │ │ ├── Roboto-Thin.ttf.meta │ │ │ ├── Roboto-ThinItalic.ttf │ │ │ └── Roboto-ThinItalic.ttf.meta │ ├── Materials.meta │ ├── Materials │ │ ├── NVRExampleAttachJoint.mat │ │ ├── NVRExampleAttachJoint.mat.meta │ │ ├── NVRExampleBox.mat │ │ ├── NVRExampleBox.mat.meta │ │ ├── NVRExampleBoxNoGravity.mat │ │ ├── NVRExampleBoxNoGravity.mat.meta │ │ ├── NVRExampleButton.mat │ │ ├── NVRExampleButton.mat.meta │ │ ├── NVRExampleColor.mat │ │ ├── NVRExampleColor.mat.meta │ │ ├── NVRExampleColorResult.mat │ │ ├── NVRExampleColorResult.mat.meta │ │ ├── NVRExampleDoor.mat │ │ ├── NVRExampleDoor.mat.meta │ │ ├── NVRExampleDoorFrame.mat │ │ ├── NVRExampleDoorFrame.mat.meta │ │ ├── NVRExampleDoorKnob.mat │ │ ├── NVRExampleDoorKnob.mat.meta │ │ ├── NVRExampleDrawer.mat │ │ ├── NVRExampleDrawer.mat.meta │ │ ├── NVRExampleDrawerHandle.mat │ │ ├── NVRExampleDrawerHandle.mat.meta │ │ ├── NVRExampleEndColor.mat │ │ ├── NVRExampleEndColor.mat.meta │ │ ├── NVRExampleEndColorNoGravity.mat │ │ ├── NVRExampleEndColorNoGravity.mat.meta │ │ ├── NVRExampleFloor.mat │ │ ├── NVRExampleFloor.mat.meta │ │ ├── NVRExampleGrower.mat │ │ ├── NVRExampleGrower.mat.meta │ │ ├── NVRExampleGunBarrel.mat │ │ ├── NVRExampleGunBarrel.mat.meta │ │ ├── NVRExampleGunGrip.mat │ │ ├── NVRExampleGunGrip.mat.meta │ │ ├── NVRExampleHandle.mat │ │ ├── NVRExampleHandle.mat.meta │ │ ├── NVRExampleKnob.mat │ │ ├── NVRExampleKnob.mat.meta │ │ ├── NVRExampleKnobIndicator.mat │ │ ├── NVRExampleKnobIndicator.mat.meta │ │ ├── NVRExampleLetterSpinner.mat │ │ ├── NVRExampleLetterSpinner.mat.meta │ │ ├── NVRExampleLeverBody.mat │ │ ├── NVRExampleLeverBody.mat.meta │ │ ├── NVRExampleStartColor.mat │ │ ├── NVRExampleStartColor.mat.meta │ │ ├── NVRExampleSwitchOff.mat │ │ ├── NVRExampleSwitchOff.mat.meta │ │ ├── NVRExampleSwitchOn.mat │ │ ├── NVRExampleSwitchOn.mat.meta │ │ ├── NVRExampleTable.mat │ │ ├── NVRExampleTable.mat.meta │ │ ├── NVRExampleText.mat │ │ ├── NVRExampleText.mat.meta │ │ ├── NVRExampleTinyBox.mat │ │ ├── NVRExampleTinyBox.mat.meta │ │ ├── NVRExampleTinyBoxNoGravity.mat │ │ ├── NVRExampleTinyBoxNoGravity.mat.meta │ │ ├── NVRExampleTrack.mat │ │ └── NVRExampleTrack.mat.meta │ ├── Meshs.meta │ ├── Meshs │ │ ├── FlowerBullet.FBX │ │ ├── FlowerBullet.FBX.meta │ │ ├── FlowerGun.fbx │ │ ├── FlowerGun.fbx.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── No Name.mat │ │ │ ├── No Name.mat.meta │ │ │ ├── appleMat1.mat │ │ │ ├── appleMat1.mat.meta │ │ │ ├── barkMat.mat │ │ │ ├── barkMat.mat.meta │ │ │ ├── lambert30.mat │ │ │ ├── lambert30.mat.meta │ │ │ ├── leafMAt.mat │ │ │ ├── leafMAt.mat.meta │ │ │ ├── stemMat.mat │ │ │ └── stemMat.mat.meta │ │ ├── NVRLetterSpinnerMesh.asset │ │ ├── NVRLetterSpinnerMesh.asset.meta │ │ ├── NewtonAppleTree.fbm.meta │ │ ├── NewtonAppleTree.fbm │ │ │ ├── baked-baked_newTree_base_lambert2SG_groundSG-ground.tif │ │ │ └── baked-baked_newTree_base_lambert2SG_groundSG-ground.tif.meta │ │ ├── NewtonAppleTree.fbx │ │ ├── NewtonAppleTree.fbx.meta │ │ ├── NewtonTreeLeaves.fbm.meta │ │ ├── NewtonTreeLeaves.fbm │ │ │ ├── baked-baked_newTree_base_lambert2SG_groundSG-ground.tif │ │ │ └── baked-baked_newTree_base_lambert2SG_groundSG-ground.tif.meta │ │ ├── NewtonTreeLeaves.fbx │ │ └── NewtonTreeLeaves.fbx.meta │ ├── NVRExampleButtonDropSphere.cs │ ├── NVRExampleButtonDropSphere.cs.meta │ ├── NVRExampleButtonResetScene.cs │ ├── NVRExampleButtonResetScene.cs.meta │ ├── NVRExampleColorLever.cs │ ├── NVRExampleColorLever.cs.meta │ ├── NVRExampleColorSlider.cs │ ├── NVRExampleColorSlider.cs.meta │ ├── NVRExampleDegreeResult.cs │ ├── NVRExampleDegreeResult.cs.meta │ ├── NVRExampleEvent.cs │ ├── NVRExampleEvent.cs.meta │ ├── NVRExampleGrower.cs │ ├── NVRExampleGrower.cs.meta │ ├── NVRExampleGun.cs │ ├── NVRExampleGun.cs.meta │ ├── NVRExampleLaserPointer.cs │ ├── NVRExampleLaserPointer.cs.meta │ ├── NVRExampleLetterResult.cs │ ├── NVRExampleLetterResult.cs.meta │ ├── NVRExampleLeverResultRocket.cs │ ├── NVRExampleLeverResultRocket.cs.meta │ ├── NVRExampleRGBResult.cs │ ├── NVRExampleRGBResult.cs.meta │ ├── NVRExampleScene.meta │ ├── NVRExampleScene.unity │ ├── NVRExampleScene.unity.meta │ ├── NVRExampleScene │ │ ├── LightingData.asset │ │ ├── LightingData.asset.meta │ │ ├── ReflectionProbe-0.exr │ │ └── ReflectionProbe-0.exr.meta │ ├── NVRExampleSpawner.cs │ ├── NVRExampleSpawner.cs.meta │ ├── NVRExampleSwitchResult.cs │ ├── NVRExampleSwitchResult.cs.meta │ ├── NVRExampleTeleporter.cs │ ├── NVRExampleTeleporter.cs.meta │ ├── OverrideHands.meta │ ├── OverrideHands │ │ ├── Sphere collider.prefab │ │ ├── Sphere collider.prefab.meta │ │ ├── Sphere.prefab │ │ └── Sphere.prefab.meta │ ├── Physics Materials.meta │ ├── Physics Materials │ │ ├── DrawerPhysicsMaterial.physicMaterial │ │ └── DrawerPhysicsMaterial.physicMaterial.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── AutoAttachExample.prefab │ │ ├── AutoAttachExample.prefab.meta │ │ ├── NVRExampleApple.prefab │ │ ├── NVRExampleApple.prefab.meta │ │ ├── NVRExampleBigSlider.prefab │ │ ├── NVRExampleBigSlider.prefab.meta │ │ ├── NVRExampleBox.prefab │ │ ├── NVRExampleBox.prefab.meta │ │ ├── NVRExampleBullet.prefab │ │ ├── NVRExampleBullet.prefab.meta │ │ ├── NVRExampleCustomControllerColliders.prefab │ │ ├── NVRExampleCustomControllerColliders.prefab.meta │ │ ├── NVRExampleCustomControllerModel.prefab │ │ ├── NVRExampleCustomControllerModel.prefab.meta │ │ ├── NVRExampleDoor.prefab │ │ ├── NVRExampleDoor.prefab.meta │ │ ├── NVRExampleDrawer.prefab │ │ ├── NVRExampleDrawer.prefab.meta │ │ ├── NVRExampleFlowerBullet.prefab │ │ ├── NVRExampleFlowerBullet.prefab.meta │ │ ├── NVRExampleGun.prefab │ │ ├── NVRExampleGun.prefab.meta │ │ ├── NVRExampleKnob.prefab │ │ ├── NVRExampleKnob.prefab.meta │ │ ├── NVRExampleLever.prefab │ │ ├── NVRExampleLever.prefab.meta │ │ ├── NVRExampleRocket.prefab │ │ ├── NVRExampleRocket.prefab.meta │ │ ├── NVRExampleSmallSlider.prefab │ │ ├── NVRExampleSmallSlider.prefab.meta │ │ ├── NVRExampleSwitch.prefab │ │ └── NVRExampleSwitch.prefab.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── 3DText.shader │ │ └── 3DText.shader.meta │ ├── Textures.meta │ └── Textures │ │ ├── NVRExampleLetterSpinner.psd │ │ ├── NVRExampleLetterSpinner.psd.meta │ │ ├── off.png │ │ ├── off.png.meta │ │ ├── on.png │ │ └── on.png.meta │ ├── Materials.meta │ ├── Materials │ ├── TargetPointMat.mat │ ├── TargetPointMat.mat.meta │ ├── TeleportAdditiveMat.mat │ ├── TeleportAdditiveMat.mat.meta │ ├── TeleportMultiplyMat.mat │ └── TeleportMultiplyMat.mat.meta │ ├── Meshs.meta │ ├── Meshs │ ├── Materials.meta │ ├── Materials │ │ ├── defaultMat.mat │ │ └── defaultMat.mat.meta │ ├── NVREditorPlayer.obj │ ├── NVREditorPlayer.obj.meta │ ├── NVRFloorMesh.asset │ └── NVRFloorMesh.asset.meta │ ├── NVRAttachJoint.cs │ ├── NVRAttachJoint.cs.meta │ ├── NVRAttachPoint.cs │ ├── NVRAttachPoint.cs.meta │ ├── NVRAttachPointMapper.cs │ ├── NVRAttachPointMapper.cs.meta │ ├── NVRButton.cs │ ├── NVRButton.cs.meta │ ├── NVRButtonInput.cs │ ├── NVRButtonInput.cs.meta │ ├── NVRButtons.cs │ ├── NVRButtons.cs.meta │ ├── NVRButtonsComparer.cs │ ├── NVRButtonsComparer.cs.meta │ ├── NVRCanvasInput.cs │ ├── NVRCanvasInput.cs.meta │ ├── NVRHand.cs │ ├── NVRHand.cs.meta │ ├── NVRHead.cs │ ├── NVRHead.cs.meta │ ├── NVRHelpers.cs │ ├── NVRHelpers.cs.meta │ ├── NVRInputDevice.cs │ ├── NVRInputDevice.cs.meta │ ├── NVRIntegration.cs │ ├── NVRIntegration.cs.meta │ ├── NVRInteractable.cs │ ├── NVRInteractable.cs.meta │ ├── NVRInteractableItem.cs │ ├── NVRInteractableItem.cs.meta │ ├── NVRInteractableItemAutoAttach.cs │ ├── NVRInteractableItemAutoAttach.cs.meta │ ├── NVRInteractableItemClippable.cs │ ├── NVRInteractableItemClippable.cs.meta │ ├── NVRInteractableRotator.cs │ ├── NVRInteractableRotator.cs.meta │ ├── NVRInteractables.cs │ ├── NVRInteractables.cs.meta │ ├── NVRLetterSpinner.cs │ ├── NVRLetterSpinner.cs.meta │ ├── NVRLever.cs │ ├── NVRLever.cs.meta │ ├── NVRPhysicalController.cs │ ├── NVRPhysicalController.cs.meta │ ├── NVRPlayer.cs │ ├── NVRPlayer.cs.meta │ ├── NVRPlayer.prefab │ ├── NVRPlayer.prefab.meta │ ├── NVRSDKIntegrations.cs │ ├── NVRSDKIntegrations.cs.meta │ ├── NVRSlider.cs │ ├── NVRSlider.cs.meta │ ├── NVRSwitch.cs │ ├── NVRSwitch.cs.meta │ ├── NVRTeleportController.cs │ ├── NVRTeleportController.cs.meta │ ├── NVRTeleporter.cs │ ├── NVRTeleporter.cs.meta │ ├── NVRUIIgnoreRaycast.cs │ ├── NVRUIIgnoreRaycast.cs.meta │ ├── NVRVignette.cs │ ├── NVRVignette.cs.meta │ ├── Oculus.meta │ ├── Oculus │ ├── NVROculusInputDevice.cs │ ├── NVROculusInputDevice.cs.meta │ ├── NVROculusIntegration.cs │ └── NVROculusIntegration.cs.meta │ ├── Resources.meta │ ├── Resources │ ├── AcerControllers.meta │ ├── AcerControllers │ │ ├── AcerControllerLeft.prefab │ │ ├── AcerControllerLeft.prefab.meta │ │ ├── AcerControllerLeft_Colliders.prefab │ │ ├── AcerControllerLeft_Colliders.prefab.meta │ │ ├── AcerControllerLeft_Model.obj │ │ ├── AcerControllerLeft_Model.obj.meta │ │ ├── AcerControllerRight.prefab │ │ ├── AcerControllerRight.prefab.meta │ │ ├── AcerControllerRight_Colliders.prefab │ │ ├── AcerControllerRight_Colliders.prefab.meta │ │ ├── AcerControllerRight_Model.obj │ │ ├── AcerControllerRight_Model.obj.meta │ │ ├── AcerController_0.png │ │ ├── AcerController_0.png.meta │ │ ├── AcerController_1.png │ │ ├── AcerController_1.png.meta │ │ ├── AcerController_2.png │ │ ├── AcerController_2.png.meta │ │ ├── AcerController_3.png │ │ ├── AcerController_3.png.meta │ │ ├── Materials.meta │ │ └── Materials │ │ │ ├── defaultMat.mat │ │ │ └── defaultMat.mat.meta │ ├── CollisionSoundPrefab.prefab │ ├── CollisionSoundPrefab.prefab.meta │ ├── CollisionSounds.meta │ ├── CollisionSounds │ │ ├── _default.meta │ │ ├── _default │ │ │ ├── _default__1.wav │ │ │ ├── _default__1.wav.meta │ │ │ ├── _default__2.wav │ │ │ ├── _default__2.wav.meta │ │ │ ├── _default__3.wav │ │ │ ├── _default__3.wav.meta │ │ │ ├── _default__4.wav │ │ │ ├── _default__4.wav.meta │ │ │ ├── _default__5.wav │ │ │ ├── _default__5.wav.meta │ │ │ ├── _default__6.wav │ │ │ └── _default__6.wav.meta │ │ ├── surface - cardboard.meta │ │ ├── surface - cardboard │ │ │ ├── cardboard__1.wav │ │ │ ├── cardboard__1.wav.meta │ │ │ ├── cardboard__2.wav │ │ │ ├── cardboard__2.wav.meta │ │ │ ├── cardboard__3.wav │ │ │ ├── cardboard__3.wav.meta │ │ │ ├── cardboard__4.wav │ │ │ ├── cardboard__4.wav.meta │ │ │ ├── cardboard__5.wav │ │ │ ├── cardboard__5.wav.meta │ │ │ ├── cardboard__6.wav │ │ │ └── cardboard__6.wav.meta │ │ ├── surface - carpet.meta │ │ ├── surface - carpet │ │ │ ├── carpet__1.wav │ │ │ ├── carpet__1.wav.meta │ │ │ ├── carpet__2.wav │ │ │ ├── carpet__2.wav.meta │ │ │ ├── carpet__3.wav │ │ │ ├── carpet__3.wav.meta │ │ │ ├── carpet__4.wav │ │ │ ├── carpet__4.wav.meta │ │ │ ├── carpet__5.wav │ │ │ ├── carpet__5.wav.meta │ │ │ ├── carpet__6.wav │ │ │ └── carpet__6.wav.meta │ │ ├── surface - glass.meta │ │ ├── surface - glass │ │ │ ├── glass__1.wav │ │ │ ├── glass__1.wav.meta │ │ │ ├── glass__2.wav │ │ │ ├── glass__2.wav.meta │ │ │ ├── glass__3.wav │ │ │ ├── glass__3.wav.meta │ │ │ ├── glass__4.wav │ │ │ ├── glass__4.wav.meta │ │ │ ├── glass__5.wav │ │ │ ├── glass__5.wav.meta │ │ │ ├── glass__6.wav │ │ │ └── glass__6.wav.meta │ │ ├── surface - metal.meta │ │ ├── surface - metal │ │ │ ├── metal__1.wav │ │ │ ├── metal__1.wav.meta │ │ │ ├── metal__2.wav │ │ │ ├── metal__2.wav.meta │ │ │ ├── metal__3.wav │ │ │ ├── metal__3.wav.meta │ │ │ ├── metal__4.wav │ │ │ ├── metal__4.wav.meta │ │ │ ├── metal__5.wav │ │ │ ├── metal__5.wav.meta │ │ │ ├── metal__6.wav │ │ │ └── metal__6.wav.meta │ │ ├── surface - plastic.meta │ │ ├── surface - plastic │ │ │ ├── plastic__1.wav │ │ │ ├── plastic__1.wav.meta │ │ │ ├── plastic__2.wav │ │ │ ├── plastic__2.wav.meta │ │ │ ├── plastic__3.wav │ │ │ ├── plastic__3.wav.meta │ │ │ ├── plastic__4.wav │ │ │ ├── plastic__4.wav.meta │ │ │ ├── plastic__5.wav │ │ │ ├── plastic__5.wav.meta │ │ │ ├── plastic__6.wav │ │ │ └── plastic__6.wav.meta │ │ ├── surface - wood.meta │ │ └── surface - wood │ │ │ ├── wood__1.wav │ │ │ ├── wood__1.wav.meta │ │ │ ├── wood__2.wav │ │ │ ├── wood__2.wav.meta │ │ │ ├── wood__3.wav │ │ │ ├── wood__3.wav.meta │ │ │ ├── wood__4.wav │ │ │ ├── wood__4.wav.meta │ │ │ ├── wood__5.wav │ │ │ ├── wood__5.wav.meta │ │ │ ├── wood__6.wav │ │ │ └── wood__6.wav.meta │ ├── Shaders.meta │ ├── Shaders │ │ ├── Vignette.shader │ │ └── Vignette.shader.meta │ ├── TouchControllers.meta │ ├── TouchControllers │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── oculus.mat │ │ │ ├── oculus.mat.meta │ │ │ ├── oculusTouchLeft.mat │ │ │ ├── oculusTouchLeft.mat.meta │ │ │ ├── oculusTouchRight.mat │ │ │ └── oculusTouchRight.mat.meta │ │ ├── oculusTouchLeft.mtl │ │ ├── oculusTouchLeft.mtl.meta │ │ ├── oculusTouchLeft.png │ │ ├── oculusTouchLeft.png.meta │ │ ├── oculusTouchLeft.prefab │ │ ├── oculusTouchLeft.prefab.meta │ │ ├── oculusTouchLeftColliders.prefab │ │ ├── oculusTouchLeftColliders.prefab.meta │ │ ├── oculusTouchLeftModel.obj │ │ ├── oculusTouchLeftModel.obj.meta │ │ ├── oculusTouchRight.mtl │ │ ├── oculusTouchRight.mtl.meta │ │ ├── oculusTouchRight.png │ │ ├── oculusTouchRight.png.meta │ │ ├── oculusTouchRight.prefab │ │ ├── oculusTouchRight.prefab.meta │ │ ├── oculusTouchRightColliders.prefab │ │ ├── oculusTouchRightColliders.prefab.meta │ │ ├── oculusTouchRightModel.obj │ │ └── oculusTouchRightModel.obj.meta │ ├── ViveControllers.meta │ └── ViveControllers │ │ ├── KnucklesPhysicalHandLeft.prefab │ │ ├── KnucklesPhysicalHandLeft.prefab.meta │ │ ├── KnucklesPhysicalHandRight.prefab │ │ ├── KnucklesPhysicalHandRight.prefab.meta │ │ ├── ViveColliders.prefab │ │ └── ViveColliders.prefab.meta │ ├── SteamVR.meta │ ├── SteamVR │ ├── NVRSteamVRInputDevice.cs │ ├── NVRSteamVRInputDevice.cs.meta │ ├── NVRSteamVRIntegration.cs │ └── NVRSteamVRIntegration.cs.meta │ ├── WindowsMR.meta │ └── WindowsMR │ ├── NVRWindowsMRInput.cs │ ├── NVRWindowsMRInput.cs.meta │ ├── NVRWindowsMRIntegration.cs │ └── NVRWindowsMRIntegration.cs.meta ├── FMODProject └── NewtonVR │ ├── Assets │ └── Collisions │ │ ├── objects │ │ ├── object - call box phone │ │ │ ├── object - call box phone 1.wav │ │ │ ├── object - call box phone 2.wav │ │ │ ├── object - call box phone 3.wav │ │ │ ├── object - call box phone 4.wav │ │ │ ├── object - call box phone 5.wav │ │ │ ├── object - call box phone 6.wav │ │ │ └── object - call box phone 7.wav │ │ ├── object - cardboard large │ │ │ ├── object - cardboard large 1.wav │ │ │ ├── object - cardboard large 2.wav │ │ │ ├── object - cardboard large 3.wav │ │ │ ├── object - cardboard large 4.wav │ │ │ ├── object - cardboard large 5.wav │ │ │ ├── object - cardboard large 6.wav │ │ │ ├── object - cardboard large 7.wav │ │ │ ├── object - cardboard large 8.wav │ │ │ └── object - cardboard large 9.wav │ │ ├── object - cardboard small │ │ │ ├── object - cardboard small 1.wav │ │ │ ├── object - cardboard small 2.wav │ │ │ ├── object - cardboard small 3.wav │ │ │ ├── object - cardboard small 4.wav │ │ │ ├── object - cardboard small 5.wav │ │ │ └── object - cardboard small 6.wav │ │ ├── object - fire extinguisher │ │ │ ├── object - fire extinguisher 1.wav │ │ │ ├── object - fire extinguisher 10.wav │ │ │ ├── object - fire extinguisher 11.wav │ │ │ ├── object - fire extinguisher 2.wav │ │ │ ├── object - fire extinguisher 3.wav │ │ │ ├── object - fire extinguisher 4.wav │ │ │ ├── object - fire extinguisher 5.wav │ │ │ ├── object - fire extinguisher 6.wav │ │ │ ├── object - fire extinguisher 7.wav │ │ │ ├── object - fire extinguisher 8.wav │ │ │ └── object - fire extinguisher 9.wav │ │ ├── object - ping pong ball │ │ │ ├── object - ping pong ball 1.wav │ │ │ ├── object - ping pong ball 2.wav │ │ │ ├── object - ping pong ball 3.wav │ │ │ ├── object - ping pong ball 4.wav │ │ │ ├── object - ping pong ball 5.wav │ │ │ └── object - ping pong ball 6.wav │ │ ├── object - ping pong paddle │ │ │ ├── object - ping pong paddle 1.wav │ │ │ ├── object - ping pong paddle 2.wav │ │ │ ├── object - ping pong paddle 3.wav │ │ │ ├── object - ping pong paddle 4.wav │ │ │ ├── object - ping pong paddle 5.wav │ │ │ ├── object - ping pong paddle 6.wav │ │ │ └── object - ping pong paddle 7.wav │ │ ├── object - red solo cup │ │ │ ├── object - red solo cup 1.wav │ │ │ ├── object - red solo cup 10.wav │ │ │ ├── object - red solo cup 2.wav │ │ │ ├── object - red solo cup 3.wav │ │ │ ├── object - red solo cup 4.wav │ │ │ ├── object - red solo cup 5.wav │ │ │ ├── object - red solo cup 6.wav │ │ │ ├── object - red solo cup 7.wav │ │ │ ├── object - red solo cup 8.wav │ │ │ └── object - red solo cup 9.wav │ │ └── object - tennis ball │ │ │ ├── object - tennis ball 1.wav │ │ │ ├── object - tennis ball 2.wav │ │ │ ├── object - tennis ball 3.wav │ │ │ ├── object - tennis ball 4.wav │ │ │ ├── object - tennis ball 5.wav │ │ │ ├── object - tennis ball 6.wav │ │ │ └── object - tennis ball 7.wav │ │ └── surfaces │ │ ├── surface - carpet │ │ ├── surface - carpet 1.wav │ │ ├── surface - carpet 2.wav │ │ ├── surface - carpet 3.wav │ │ ├── surface - carpet 4.wav │ │ ├── surface - carpet 5.wav │ │ └── surface - carpet 6.wav │ │ ├── surface - glass │ │ ├── surface - glass 1.wav │ │ ├── surface - glass 2.wav │ │ ├── surface - glass 3.wav │ │ ├── surface - glass 4.wav │ │ ├── surface - glass 5.wav │ │ └── surface - glass 6.wav │ │ ├── surface - metal │ │ ├── surface - metal 1.wav │ │ ├── surface - metal 2.wav │ │ ├── surface - metal 3.wav │ │ ├── surface - metal 4.wav │ │ ├── surface - metal 5.wav │ │ └── surface - metal 6.wav │ │ ├── surface - plastic │ │ ├── surface - plastic 1.wav │ │ ├── surface - plastic 2.wav │ │ ├── surface - plastic 3.wav │ │ ├── surface - plastic 4.wav │ │ ├── surface - plastic 5.wav │ │ └── surface - plastic 6.wav │ │ └── surface - wood │ │ ├── surface - wood 1.wav │ │ ├── surface - wood 2.wav │ │ ├── surface - wood 3.wav │ │ ├── surface - wood 4.wav │ │ ├── surface - wood 5.wav │ │ └── surface - wood 6.wav │ ├── Metadata │ ├── Asset │ │ ├── {1c20179b-b32f-4c7c-99fb-67537467a510}.xml │ │ ├── {33c93c2e-9768-465f-bb26-cb8497ed40bf}.xml │ │ ├── {482d6881-b768-48bc-8d76-f1abb11fe881}.xml │ │ ├── {49d0755b-ddc1-4c38-bece-aebabde35cb3}.xml │ │ ├── {4b89f00f-e61f-4bd7-ace6-43fe42f83934}.xml │ │ ├── {787ae32b-fae6-4129-b8dc-1c924cf2d55d}.xml │ │ ├── {84505cb8-1ae9-44d0-bd10-6d5032efd866}.xml │ │ ├── {a18a3b15-ded8-4076-9953-d934b410dbcf}.xml │ │ ├── {aa6d7847-b3af-4265-ba48-3744f2cd8f5e}.xml │ │ ├── {b74b0fe7-592b-4e3b-af2a-8a43f4c906ac}.xml │ │ ├── {c8dd8e86-224a-4c0e-b64e-b0f8d82329b8}.xml │ │ ├── {cc5a4019-cc2e-48d0-b20b-92c8658128c6}.xml │ │ ├── {d7caa5d2-b5c9-4ee9-87c4-da9f213c62cc}.xml │ │ ├── {df5bdea7-351b-4ee0-bbd3-53a4a8d8ac13}.xml │ │ ├── {eea98ea9-437e-4bf7-86a7-3c5fbe05ed54}.xml │ │ ├── {f64dfa6d-a3b5-4ee6-a196-291d30bd6a55}.xml │ │ └── {fb728899-5c06-4419-95c5-5b4f110a48ae}.xml │ ├── AudioFile │ │ ├── {0286a459-10e0-43a6-a922-ddf1f59a0d63}.xml │ │ ├── {0c650546-d536-4bac-a613-7b5ef8e12391}.xml │ │ ├── {0e2f7c48-3399-45ac-9831-56372488cf1f}.xml │ │ ├── {10b6ebbc-398a-40df-aa8c-c8cadea8eee4}.xml │ │ ├── {1267598e-b563-46b0-8209-7886a1ceaebb}.xml │ │ ├── {15e206f4-00ac-4b26-bb4a-f0d864d34210}.xml │ │ ├── {16542a62-1777-476b-a13c-897f648932a0}.xml │ │ ├── {17680440-587e-487a-8eb6-38ec9b2c0a9d}.xml │ │ ├── {1974c540-b9d0-44d5-8620-d2d856eab37c}.xml │ │ ├── {1b5a616b-a8ab-4223-a729-3ae03d1edd22}.xml │ │ ├── {1cbb7781-decd-422a-a716-12d80155117e}.xml │ │ ├── {1ece4cef-d58f-44b2-937c-e40829c74b55}.xml │ │ ├── {202c67e5-31df-4907-9bd9-d3cfa7f49548}.xml │ │ ├── {2288148c-a0c2-44f9-9751-b09f1d538c4c}.xml │ │ ├── {2aab00f8-a32c-4224-b1a3-4d48a70ae79c}.xml │ │ ├── {2e7f45f8-44a2-4397-8881-25130a70365b}.xml │ │ ├── {2f056527-2575-4d44-ab30-87956ede2745}.xml │ │ ├── {2fa8a6e4-3867-46da-b25b-71d7e3f1940e}.xml │ │ ├── {3257ce03-697d-4e78-8674-1958a4431b92}.xml │ │ ├── {32e2efc5-b76c-4aa6-ac05-3566cfe873f3}.xml │ │ ├── {34703cda-8bb3-4874-830a-fadc7863b7d1}.xml │ │ ├── {3868e5db-780b-491e-b866-db09da7e563c}.xml │ │ ├── {3908f6c0-e3c3-4c7c-9d2b-8adf53e5f21a}.xml │ │ ├── {3b3ca035-a200-457b-910b-ad569661ed82}.xml │ │ ├── {3b4438bf-08d6-4ea7-b5db-b6b0e19994cb}.xml │ │ ├── {3cff065a-9e97-47c1-b4b3-149b5ca784c6}.xml │ │ ├── {3e76577e-7cb4-472b-80ae-69e0e5f0c42e}.xml │ │ ├── {43e49765-fec2-48ec-8673-626f1ec14950}.xml │ │ ├── {448b7488-973b-48e5-a445-b55dbb42d89f}.xml │ │ ├── {480d8cde-140f-4960-b37c-bf697025307d}.xml │ │ ├── {4c2b203f-5ea2-401f-8784-b71a28a1eca0}.xml │ │ ├── {4ce3d882-1c42-47eb-a9ab-fa9d79467cdb}.xml │ │ ├── {4dd8f19f-5e43-42b7-b1d1-326cf90cbcd0}.xml │ │ ├── {5195408e-6bf2-4986-8fe9-15b33ea09291}.xml │ │ ├── {5a257c29-6e01-441c-93f2-9fa6658b5f61}.xml │ │ ├── {5d434d2c-a7c4-4c89-9ebd-ebe15a7dbbb9}.xml │ │ ├── {5d78ce3e-cc80-4265-b6f2-deeeb41a9018}.xml │ │ ├── {5ec44267-f267-4af6-8e30-ec660bcbb062}.xml │ │ ├── {621af251-f27c-424e-b3bc-2fee3cfd0206}.xml │ │ ├── {637d9219-0fa1-41dc-a1a0-3231f302f80a}.xml │ │ ├── {67f03af8-7479-4fc2-8a58-77fd1fc2ebee}.xml │ │ ├── {6ad98d52-c80a-495d-9f79-293eaf3f6ec1}.xml │ │ ├── {6df22c9c-b1c5-4f18-ac9d-91ceebfdb30c}.xml │ │ ├── {76cafd55-da17-4435-b8ed-a90663bded96}.xml │ │ ├── {7965b3fd-956e-4970-a6e4-1c5f0a92a268}.xml │ │ ├── {7b7ec4b1-3be5-454b-8f1e-31e2731976b6}.xml │ │ ├── {81fc7d41-4348-48a6-9316-ef6d0a6529ad}.xml │ │ ├── {86235f7a-8810-4691-b9b2-5addb2d6ed4c}.xml │ │ ├── {8a74178f-18fc-40ad-a7e7-592100b9bd0a}.xml │ │ ├── {8ede43f2-fe1d-4067-9cd2-289ccf022e80}.xml │ │ ├── {90bbf7a2-27f8-4990-987e-b149d7c4840d}.xml │ │ ├── {9225fd49-e5cb-4b6a-9ac6-a63ffc096cab}.xml │ │ ├── {9360cd27-e287-40e3-8521-77b37afb2820}.xml │ │ ├── {93b9cd9e-01cc-4b4f-8fd8-c590d8666ffa}.xml │ │ ├── {950d060f-0186-4660-8609-377952a20cd6}.xml │ │ ├── {9d471e16-e008-4fdd-9395-20b2531646dc}.xml │ │ ├── {a2d82f86-844b-4bb1-a820-6141192af8db}.xml │ │ ├── {a6b816c5-9f21-4c98-bf21-14d3ab1b518f}.xml │ │ ├── {aabe1d48-f254-4943-a185-5aafef873259}.xml │ │ ├── {aee17e33-0405-4889-ac27-bfe069f32c6a}.xml │ │ ├── {af177a16-3190-4cc7-aa6e-2270b0c7646b}.xml │ │ ├── {b0befe03-7f84-4dc3-a28f-72570b131bc4}.xml │ │ ├── {b2387a29-bf6d-44b8-a6f0-fbe69a2f3d02}.xml │ │ ├── {b3aa68c8-fb17-437d-8b0e-051642bf02bb}.xml │ │ ├── {b50fdb25-4c7f-473e-a5b6-28bf81a2a842}.xml │ │ ├── {b5877094-0dc9-4915-bc6d-be4c6198f99d}.xml │ │ ├── {b62621fc-b82d-439c-b6a5-67a6a04223cb}.xml │ │ ├── {b6faaaed-565c-4f3c-8417-efd5f0e9f592}.xml │ │ ├── {b8c04cf7-0b64-47d7-a0a2-167a01ae3d09}.xml │ │ ├── {bff1f062-a20d-46d1-9151-a402b7e0b046}.xml │ │ ├── {c0ba032c-ca31-4750-8805-dfaf1dac9ecf}.xml │ │ ├── {c215dc78-a9bf-4fad-be34-c879d8dc37a0}.xml │ │ ├── {c36aedd4-ebd0-466a-85ba-d55b984c5ba9}.xml │ │ ├── {c690c2a4-a22a-4990-a898-2180bcc01c58}.xml │ │ ├── {c8cef260-1854-4e5a-b558-0ab1c4243a64}.xml │ │ ├── {d18c0dbb-7092-47cb-b5bb-99d6085a5137}.xml │ │ ├── {d3061d8d-05b9-4ad1-a6b8-9875a004665b}.xml │ │ ├── {d632a20e-c1c8-4cf7-9f16-4f3121f97617}.xml │ │ ├── {d7a05e64-2815-4de3-a0bb-bf6476fc7739}.xml │ │ ├── {dde2bc49-2fe1-43ee-a8bc-d039e59d9518}.xml │ │ ├── {e1273595-1b2f-430b-9fa2-7d36d164c9d9}.xml │ │ ├── {e1c3b6c1-89ec-44f1-974f-bf87b14eca64}.xml │ │ ├── {e1eb1cf0-6de9-4fd5-9b25-c1f7c1000398}.xml │ │ ├── {e2830dc6-5b57-4fb3-8215-a37e009aa799}.xml │ │ ├── {e7c0f102-af89-40ff-bb85-19e3cbba30ee}.xml │ │ ├── {e88199c0-1dc7-47b9-afc8-7bf8dc1f4f38}.xml │ │ ├── {e9933d0b-88f7-442e-9497-ec437aa008c1}.xml │ │ ├── {edc91236-08b0-496c-8fd5-bbe71aed3fda}.xml │ │ ├── {f1fb09fe-8a0d-45b1-b5d7-a36150cdb87a}.xml │ │ ├── {f206bb05-c0b8-40b7-b856-4f51791104c0}.xml │ │ ├── {f31b8293-0f9c-40fb-a392-824c7992f64d}.xml │ │ ├── {fbcc90bf-0550-442f-8a01-bb0c33790c2a}.xml │ │ └── {fbf2e07f-d74e-4a43-b687-0ad599d5be24}.xml │ ├── Bank │ │ ├── {1e8ed2c5-9920-4eaf-bdcc-728a784de9df}.xml │ │ └── {9fe0cf61-71e3-4f3f-90ca-030520692bbd}.xml │ ├── BankFolder │ │ └── {a725305a-38a9-41d4-a3f2-4604ff6bb396}.xml │ ├── EncodingSetting │ │ └── {4a460340-9176-456e-b977-173a27bb01e0}.xml │ ├── Event │ │ ├── {2b353eed-8032-41cf-b5bf-ef97ec7e525e}.xml │ │ ├── {32c4f332-6fc8-40e2-b6ca-93039f654b3f}.xml │ │ ├── {33d85947-72c3-4987-8712-dbe35d2c9ca4}.xml │ │ ├── {4b7f95a9-b623-4316-abd6-5d8adac86ac6}.xml │ │ ├── {5b94c5a3-f061-490b-b0b8-5a556ac64149}.xml │ │ ├── {7295654d-9c14-4309-98ee-11678df92997}.xml │ │ ├── {8037f84d-baba-49fe-bcf1-9d17244d3219}.xml │ │ ├── {a4ecd733-7b54-44b4-a9e9-bb3e128a41a4}.xml │ │ ├── {b81181e2-c02a-440d-9054-09f451951dc7}.xml │ │ ├── {ba74aaf7-d21e-4b21-be1f-5f332e57628b}.xml │ │ ├── {bb12a629-7817-4d92-996e-f33e1ae97c39}.xml │ │ ├── {bb8b987f-d28b-4963-b227-386985c454be}.xml │ │ ├── {bcfcf83d-1983-4c83-90fa-0285ce5411ce}.xml │ │ ├── {da256741-ab04-4762-9419-66c17b124068}.xml │ │ ├── {f58b3266-7702-45a1-968a-50e68ede39d8}.xml │ │ ├── {f7299df1-fe88-46f9-875e-3fe9ac9efe21}.xml │ │ └── {fc73298a-3366-4db2-bbb4-f5a9ac3c55ed}.xml │ ├── EventFolder │ │ ├── {1caa447f-c752-407e-ac4b-50bca59b4c68}.xml │ │ └── {4d6fc516-f7d9-45e2-bf5d-3adbb2c5d8ee}.xml │ ├── Master.xml │ ├── Mixer.xml │ ├── Return │ │ └── {21933ace-0955-4c26-a9a3-be43b79b75d0}.xml │ ├── SnapshotGroup │ │ └── {d6936cd7-ce19-40e4-afd0-a510c0b37e78}.xml │ ├── Tags.xml │ └── Workspace.xml │ └── NewtonVR.fspro ├── LICENSE ├── NewtonVR_1_4.unitypackage ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset └── UnityConnectSettings.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/NewtonVR.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundController.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundController.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundController.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundController.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/Editor.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/Editor/NVRCollisionSoundControllerEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/Editor/NVRCollisionSoundControllerEditor.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/Editor/NVRCollisionSoundControllerEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/Editor/NVRCollisionSoundControllerEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundController.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundController.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundMaterials.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundMaterials.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundMaterials.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundMaterials.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundObject.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundObject.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProvider.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProvider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProvider.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProviderFMOD.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProviderFMOD.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProviderFMOD.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProviderFMOD.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProviderUnity.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProviderUnity.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProviderUnity.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/CollisionSoundFramework/NVRCollisionSoundProviderUnity.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Editor.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Editor/NVRPlayerEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Editor/NVRPlayerEditor.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Editor/NVRPlayerEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Editor/NVRPlayerEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Editor/NVRTeleporterEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Editor/NVRTeleporterEditor.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Editor/NVRTeleporterEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Editor/NVRTeleporterEditor.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/EnumEqualityComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/EnumEqualityComparer.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/EnumEqualityComparer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/EnumEqualityComparer.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/LICENSE.txt -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/LICENSE.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/LICENSE.txt.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Black.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Black.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Black.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-BlackItalic.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-BlackItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-BlackItalic.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Bold.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Bold.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Bold.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-BoldItalic.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-BoldItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-BoldItalic.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Italic.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Italic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Italic.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Light.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Light.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Light.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-LightItalic.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-LightItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-LightItalic.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Medium.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Medium.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-MediumItalic.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-MediumItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-MediumItalic.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Regular.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Regular.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Regular.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Thin.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Thin.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-Thin.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-ThinItalic.ttf -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Fonts/Roboto/Roboto-ThinItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Fonts/Roboto/Roboto-ThinItalic.ttf.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleAttachJoint.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleAttachJoint.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleAttachJoint.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleAttachJoint.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleBox.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleBox.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleBox.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleBox.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleBoxNoGravity.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleBoxNoGravity.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleBoxNoGravity.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleBoxNoGravity.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleButton.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleButton.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleButton.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleButton.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleColor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleColor.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleColor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleColor.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleColorResult.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleColorResult.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleColorResult.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleColorResult.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleDoor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleDoor.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleDoor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleDoor.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleDoorFrame.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleDoorFrame.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleDoorFrame.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleDoorFrame.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleDoorKnob.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleDoorKnob.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleDoorKnob.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleDoorKnob.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleDrawer.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleDrawer.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleDrawer.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleDrawer.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleDrawerHandle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleDrawerHandle.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleDrawerHandle.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleDrawerHandle.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleEndColor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleEndColor.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleEndColor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleEndColor.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleEndColorNoGravity.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleEndColorNoGravity.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleEndColorNoGravity.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleEndColorNoGravity.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleFloor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleFloor.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleFloor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleFloor.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleGrower.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleGrower.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleGrower.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleGrower.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleGunBarrel.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleGunBarrel.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleGunBarrel.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleGunBarrel.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleGunGrip.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleGunGrip.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleGunGrip.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleGunGrip.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleHandle.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleHandle.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleHandle.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleHandle.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleKnob.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleKnob.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleKnob.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleKnob.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleKnobIndicator.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleKnobIndicator.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleKnobIndicator.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleKnobIndicator.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleLetterSpinner.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleLetterSpinner.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleLetterSpinner.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleLetterSpinner.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleLeverBody.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleLeverBody.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleLeverBody.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleLeverBody.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleStartColor.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleStartColor.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleStartColor.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleStartColor.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleSwitchOff.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleSwitchOff.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleSwitchOff.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleSwitchOff.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleSwitchOn.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleSwitchOn.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleSwitchOn.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleSwitchOn.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleTable.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleTable.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleTable.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleTable.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleText.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleText.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleText.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleText.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleTinyBox.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleTinyBox.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleTinyBox.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleTinyBox.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleTinyBoxNoGravity.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleTinyBoxNoGravity.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleTinyBoxNoGravity.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleTinyBoxNoGravity.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleTrack.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleTrack.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Materials/NVRExampleTrack.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Materials/NVRExampleTrack.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/FlowerBullet.FBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/FlowerBullet.FBX -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/FlowerBullet.FBX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/FlowerBullet.FBX.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/FlowerGun.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/FlowerGun.fbx -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/FlowerGun.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/FlowerGun.fbx.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/No Name.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/No Name.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/No Name.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/No Name.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/appleMat1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/appleMat1.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/appleMat1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/appleMat1.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/barkMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/barkMat.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/barkMat.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/barkMat.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/lambert30.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/lambert30.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/lambert30.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/lambert30.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/leafMAt.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/leafMAt.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/leafMAt.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/leafMAt.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/stemMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/stemMat.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/Materials/stemMat.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/Materials/stemMat.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/NVRLetterSpinnerMesh.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/NVRLetterSpinnerMesh.asset -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/NVRLetterSpinnerMesh.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/NVRLetterSpinnerMesh.asset.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/NewtonAppleTree.fbm.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/NewtonAppleTree.fbm.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/NewtonAppleTree.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/NewtonAppleTree.fbx -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/NewtonAppleTree.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/NewtonAppleTree.fbx.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/NewtonTreeLeaves.fbm.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/NewtonTreeLeaves.fbm.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/NewtonTreeLeaves.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/NewtonTreeLeaves.fbx -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Meshs/NewtonTreeLeaves.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Meshs/NewtonTreeLeaves.fbx.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleButtonDropSphere.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleButtonDropSphere.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleButtonDropSphere.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleButtonDropSphere.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleButtonResetScene.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleButtonResetScene.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleButtonResetScene.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleButtonResetScene.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleColorLever.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleColorLever.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleColorLever.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleColorLever.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleColorSlider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleColorSlider.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleColorSlider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleColorSlider.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleDegreeResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleDegreeResult.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleDegreeResult.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleDegreeResult.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleEvent.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleEvent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleEvent.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleGrower.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleGrower.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleGrower.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleGrower.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleGun.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleGun.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleGun.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleGun.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleLaserPointer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleLaserPointer.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleLaserPointer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleLaserPointer.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleLetterResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleLetterResult.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleLetterResult.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleLetterResult.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleLeverResultRocket.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleLeverResultRocket.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleLeverResultRocket.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleLeverResultRocket.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleRGBResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleRGBResult.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleRGBResult.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleRGBResult.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleScene.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleScene.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleScene.unity -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleScene.unity.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleScene/LightingData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleScene/LightingData.asset -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleScene/LightingData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleScene/LightingData.asset.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleScene/ReflectionProbe-0.exr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleScene/ReflectionProbe-0.exr -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleScene/ReflectionProbe-0.exr.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleScene/ReflectionProbe-0.exr.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleSpawner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleSpawner.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleSpawner.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleSpawner.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleSwitchResult.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleSwitchResult.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleSwitchResult.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleSwitchResult.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleTeleporter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleTeleporter.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/NVRExampleTeleporter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/NVRExampleTeleporter.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/OverrideHands.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/OverrideHands.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/OverrideHands/Sphere collider.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/OverrideHands/Sphere collider.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/OverrideHands/Sphere collider.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/OverrideHands/Sphere collider.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/OverrideHands/Sphere.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/OverrideHands/Sphere.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/OverrideHands/Sphere.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/OverrideHands/Sphere.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Physics Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Physics Materials.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Physics Materials/DrawerPhysicsMaterial.physicMaterial: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Physics Materials/DrawerPhysicsMaterial.physicMaterial -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Physics Materials/DrawerPhysicsMaterial.physicMaterial.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Physics Materials/DrawerPhysicsMaterial.physicMaterial.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/AutoAttachExample.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/AutoAttachExample.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/AutoAttachExample.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/AutoAttachExample.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleApple.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleApple.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleApple.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleApple.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleBigSlider.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleBigSlider.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleBigSlider.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleBigSlider.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleBox.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleBox.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleBox.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleBox.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleBullet.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleBullet.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleBullet.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleBullet.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleCustomControllerColliders.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleCustomControllerColliders.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleCustomControllerColliders.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleCustomControllerColliders.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleCustomControllerModel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleCustomControllerModel.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleCustomControllerModel.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleCustomControllerModel.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleDoor.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleDoor.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleDoor.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleDoor.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleDrawer.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleDrawer.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleDrawer.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleDrawer.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleFlowerBullet.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleFlowerBullet.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleFlowerBullet.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleFlowerBullet.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleGun.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleGun.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleGun.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleGun.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleKnob.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleKnob.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleKnob.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleKnob.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleLever.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleLever.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleLever.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleLever.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleRocket.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleRocket.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleRocket.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleRocket.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleSmallSlider.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleSmallSlider.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleSmallSlider.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleSmallSlider.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleSwitch.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleSwitch.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Prefabs/NVRExampleSwitch.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Prefabs/NVRExampleSwitch.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Shaders.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Shaders/3DText.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Shaders/3DText.shader -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Shaders/3DText.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Shaders/3DText.shader.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Textures.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Textures/NVRExampleLetterSpinner.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Textures/NVRExampleLetterSpinner.psd -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Textures/NVRExampleLetterSpinner.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Textures/NVRExampleLetterSpinner.psd.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Textures/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Textures/off.png -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Textures/off.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Textures/off.png.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Textures/on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Textures/on.png -------------------------------------------------------------------------------- /Assets/NewtonVR/Example/Textures/on.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Example/Textures/on.png.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Materials.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Materials/TargetPointMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Materials/TargetPointMat.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Materials/TargetPointMat.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Materials/TargetPointMat.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Materials/TeleportAdditiveMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Materials/TeleportAdditiveMat.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Materials/TeleportAdditiveMat.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Materials/TeleportAdditiveMat.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Materials/TeleportMultiplyMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Materials/TeleportMultiplyMat.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Materials/TeleportMultiplyMat.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Materials/TeleportMultiplyMat.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Meshs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Meshs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Meshs/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Meshs/Materials.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Meshs/Materials/defaultMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Meshs/Materials/defaultMat.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Meshs/Materials/defaultMat.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Meshs/Materials/defaultMat.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Meshs/NVREditorPlayer.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Meshs/NVREditorPlayer.obj -------------------------------------------------------------------------------- /Assets/NewtonVR/Meshs/NVREditorPlayer.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Meshs/NVREditorPlayer.obj.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Meshs/NVRFloorMesh.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Meshs/NVRFloorMesh.asset -------------------------------------------------------------------------------- /Assets/NewtonVR/Meshs/NVRFloorMesh.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Meshs/NVRFloorMesh.asset.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRAttachJoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRAttachJoint.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRAttachJoint.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRAttachJoint.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRAttachPoint.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRAttachPoint.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRAttachPoint.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRAttachPoint.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRAttachPointMapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRAttachPointMapper.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRAttachPointMapper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRAttachPointMapper.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRButton.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRButton.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRButtonInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRButtonInput.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRButtonInput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRButtonInput.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRButtons.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRButtons.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRButtons.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRButtons.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRButtonsComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRButtonsComparer.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRButtonsComparer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRButtonsComparer.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRCanvasInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRCanvasInput.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRCanvasInput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRCanvasInput.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRHand.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRHand.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRHand.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRHand.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRHead.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRHead.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRHead.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRHead.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRHelpers.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRHelpers.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRHelpers.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRHelpers.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInputDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInputDevice.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInputDevice.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInputDevice.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRIntegration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRIntegration.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRIntegration.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRIntegration.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractable.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractable.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractableItem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractableItem.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractableItem.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractableItem.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractableItemAutoAttach.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractableItemAutoAttach.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractableItemAutoAttach.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractableItemAutoAttach.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractableItemClippable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractableItemClippable.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractableItemClippable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractableItemClippable.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractableRotator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractableRotator.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractableRotator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractableRotator.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractables.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractables.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRInteractables.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRInteractables.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRLetterSpinner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRLetterSpinner.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRLetterSpinner.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRLetterSpinner.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRLever.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRLever.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRLever.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRLever.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRPhysicalController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRPhysicalController.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRPhysicalController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRPhysicalController.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRPlayer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRPlayer.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRPlayer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRPlayer.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRPlayer.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRPlayer.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRPlayer.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRPlayer.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRSDKIntegrations.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRSDKIntegrations.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRSDKIntegrations.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRSDKIntegrations.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRSlider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRSlider.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRSlider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRSlider.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRSwitch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRSwitch.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRSwitch.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRSwitch.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRTeleportController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRTeleportController.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRTeleportController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRTeleportController.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRTeleporter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRTeleporter.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRTeleporter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRTeleporter.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRUIIgnoreRaycast.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRUIIgnoreRaycast.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRUIIgnoreRaycast.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRUIIgnoreRaycast.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRVignette.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRVignette.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/NVRVignette.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/NVRVignette.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Oculus.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Oculus.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Oculus/NVROculusInputDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Oculus/NVROculusInputDevice.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Oculus/NVROculusInputDevice.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Oculus/NVROculusInputDevice.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Oculus/NVROculusIntegration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Oculus/NVROculusIntegration.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/Oculus/NVROculusIntegration.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Oculus/NVROculusIntegration.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft_Colliders.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft_Colliders.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft_Colliders.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft_Colliders.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft_Model.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft_Model.obj -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft_Model.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerLeft_Model.obj.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight_Colliders.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight_Colliders.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight_Colliders.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight_Colliders.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight_Model.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight_Model.obj -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight_Model.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerControllerRight_Model.obj.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerController_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerController_0.png -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerController_0.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerController_0.png.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerController_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerController_1.png -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerController_1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerController_1.png.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerController_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerController_2.png -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerController_2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerController_2.png.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerController_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerController_3.png -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/AcerController_3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/AcerController_3.png.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/Materials.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/Materials/defaultMat.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/Materials/defaultMat.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/AcerControllers/Materials/defaultMat.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/AcerControllers/Materials/defaultMat.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSoundPrefab.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSoundPrefab.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSoundPrefab.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSoundPrefab.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__1.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__1.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__1.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__2.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__2.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__3.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__3.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__3.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__4.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__4.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__4.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__5.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__5.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__5.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__6.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/_default/_default__6.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/_default/_default__6.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__1.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__1.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__1.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__2.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__2.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__3.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__3.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__3.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__4.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__4.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__4.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__5.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__5.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__5.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__6.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__6.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - cardboard/cardboard__6.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__1.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__1.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__1.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__2.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__2.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__3.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__3.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__3.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__4.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__4.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__4.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__5.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__5.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__5.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__6.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__6.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - carpet/carpet__6.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__1.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__1.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__1.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__2.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__2.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__3.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__3.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__3.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__4.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__4.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__4.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__5.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__5.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__5.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__6.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__6.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - glass/glass__6.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__1.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__1.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__1.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__2.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__2.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__3.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__3.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__3.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__4.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__4.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__4.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__5.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__5.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__5.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__6.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__6.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - metal/metal__6.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__1.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__1.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__1.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__2.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__2.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__3.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__3.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__3.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__4.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__4.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__4.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__5.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__5.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__5.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__6.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__6.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - plastic/plastic__6.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__1.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__1.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__1.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__2.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__2.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__2.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__3.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__3.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__3.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__4.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__4.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__4.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__5.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__5.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__5.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__6.wav -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__6.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/CollisionSounds/surface - wood/wood__6.wav.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/Shaders.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/Shaders/Vignette.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/Shaders/Vignette.shader -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/Shaders/Vignette.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/Shaders/Vignette.shader.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/Materials.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/Materials/oculus.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/Materials/oculus.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/Materials/oculus.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/Materials/oculus.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/Materials/oculusTouchLeft.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/Materials/oculusTouchLeft.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/Materials/oculusTouchLeft.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/Materials/oculusTouchLeft.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/Materials/oculusTouchRight.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/Materials/oculusTouchRight.mat -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/Materials/oculusTouchRight.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/Materials/oculusTouchRight.mat.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.mtl -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.mtl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.mtl.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.png -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.png.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeft.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeftColliders.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeftColliders.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeftColliders.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeftColliders.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeftModel.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeftModel.obj -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeftModel.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchLeftModel.obj.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.mtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.mtl -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.mtl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.mtl.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.png -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.png.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchRight.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchRightColliders.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchRightColliders.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchRightColliders.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchRightColliders.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchRightModel.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchRightModel.obj -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/TouchControllers/oculusTouchRightModel.obj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/TouchControllers/oculusTouchRightModel.obj.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/ViveControllers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/ViveControllers.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/ViveControllers/KnucklesPhysicalHandLeft.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/ViveControllers/KnucklesPhysicalHandLeft.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/ViveControllers/KnucklesPhysicalHandLeft.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/ViveControllers/KnucklesPhysicalHandLeft.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/ViveControllers/KnucklesPhysicalHandRight.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/ViveControllers/KnucklesPhysicalHandRight.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/ViveControllers/KnucklesPhysicalHandRight.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/ViveControllers/KnucklesPhysicalHandRight.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/ViveControllers/ViveColliders.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/ViveControllers/ViveColliders.prefab -------------------------------------------------------------------------------- /Assets/NewtonVR/Resources/ViveControllers/ViveColliders.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/Resources/ViveControllers/ViveColliders.prefab.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/SteamVR.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/SteamVR.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/SteamVR/NVRSteamVRInputDevice.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/SteamVR/NVRSteamVRInputDevice.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/SteamVR/NVRSteamVRInputDevice.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/SteamVR/NVRSteamVRInputDevice.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/SteamVR/NVRSteamVRIntegration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/SteamVR/NVRSteamVRIntegration.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/SteamVR/NVRSteamVRIntegration.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/SteamVR/NVRSteamVRIntegration.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/WindowsMR.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/WindowsMR.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/WindowsMR/NVRWindowsMRInput.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/WindowsMR/NVRWindowsMRInput.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/WindowsMR/NVRWindowsMRInput.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/WindowsMR/NVRWindowsMRInput.cs.meta -------------------------------------------------------------------------------- /Assets/NewtonVR/WindowsMR/NVRWindowsMRIntegration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/WindowsMR/NVRWindowsMRIntegration.cs -------------------------------------------------------------------------------- /Assets/NewtonVR/WindowsMR/NVRWindowsMRIntegration.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/Assets/NewtonVR/WindowsMR/NVRWindowsMRIntegration.cs.meta -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - call box phone/object - call box phone 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - call box phone/object - call box phone 1.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - call box phone/object - call box phone 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - call box phone/object - call box phone 2.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - call box phone/object - call box phone 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - call box phone/object - call box phone 3.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 1.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 10.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 10.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 2.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 3.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 4.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 5.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 6.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 7.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 8.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 8.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 9.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - red solo cup/object - red solo cup 9.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 1.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 2.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 3.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 4.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 5.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 6.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 7.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/objects/object - tennis ball/object - tennis ball 7.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 1.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 2.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 3.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 4.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 5.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - carpet/surface - carpet 6.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 1.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 2.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 3.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 4.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 5.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - glass/surface - glass 6.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 1.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 2.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 3.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 4.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 5.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - metal/surface - metal 6.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 1.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 2.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 3.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 4.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 5.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - plastic/surface - plastic 6.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 1.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 2.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 3.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 4.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 5.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 5.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 6.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Assets/Collisions/surfaces/surface - wood/surface - wood 6.wav -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{1c20179b-b32f-4c7c-99fb-67537467a510}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{1c20179b-b32f-4c7c-99fb-67537467a510}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{33c93c2e-9768-465f-bb26-cb8497ed40bf}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{33c93c2e-9768-465f-bb26-cb8497ed40bf}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{482d6881-b768-48bc-8d76-f1abb11fe881}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{482d6881-b768-48bc-8d76-f1abb11fe881}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{49d0755b-ddc1-4c38-bece-aebabde35cb3}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{49d0755b-ddc1-4c38-bece-aebabde35cb3}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{4b89f00f-e61f-4bd7-ace6-43fe42f83934}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{4b89f00f-e61f-4bd7-ace6-43fe42f83934}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{787ae32b-fae6-4129-b8dc-1c924cf2d55d}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{787ae32b-fae6-4129-b8dc-1c924cf2d55d}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{84505cb8-1ae9-44d0-bd10-6d5032efd866}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{84505cb8-1ae9-44d0-bd10-6d5032efd866}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{a18a3b15-ded8-4076-9953-d934b410dbcf}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{a18a3b15-ded8-4076-9953-d934b410dbcf}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{aa6d7847-b3af-4265-ba48-3744f2cd8f5e}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{aa6d7847-b3af-4265-ba48-3744f2cd8f5e}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{b74b0fe7-592b-4e3b-af2a-8a43f4c906ac}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{b74b0fe7-592b-4e3b-af2a-8a43f4c906ac}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{c8dd8e86-224a-4c0e-b64e-b0f8d82329b8}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{c8dd8e86-224a-4c0e-b64e-b0f8d82329b8}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{cc5a4019-cc2e-48d0-b20b-92c8658128c6}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{cc5a4019-cc2e-48d0-b20b-92c8658128c6}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{d7caa5d2-b5c9-4ee9-87c4-da9f213c62cc}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{d7caa5d2-b5c9-4ee9-87c4-da9f213c62cc}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{df5bdea7-351b-4ee0-bbd3-53a4a8d8ac13}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{df5bdea7-351b-4ee0-bbd3-53a4a8d8ac13}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{eea98ea9-437e-4bf7-86a7-3c5fbe05ed54}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{eea98ea9-437e-4bf7-86a7-3c5fbe05ed54}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{f64dfa6d-a3b5-4ee6-a196-291d30bd6a55}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{f64dfa6d-a3b5-4ee6-a196-291d30bd6a55}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Asset/{fb728899-5c06-4419-95c5-5b4f110a48ae}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Asset/{fb728899-5c06-4419-95c5-5b4f110a48ae}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{0286a459-10e0-43a6-a922-ddf1f59a0d63}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{0286a459-10e0-43a6-a922-ddf1f59a0d63}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{0c650546-d536-4bac-a613-7b5ef8e12391}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{0c650546-d536-4bac-a613-7b5ef8e12391}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{0e2f7c48-3399-45ac-9831-56372488cf1f}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{0e2f7c48-3399-45ac-9831-56372488cf1f}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{10b6ebbc-398a-40df-aa8c-c8cadea8eee4}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{10b6ebbc-398a-40df-aa8c-c8cadea8eee4}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{1267598e-b563-46b0-8209-7886a1ceaebb}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{1267598e-b563-46b0-8209-7886a1ceaebb}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{15e206f4-00ac-4b26-bb4a-f0d864d34210}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{15e206f4-00ac-4b26-bb4a-f0d864d34210}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{16542a62-1777-476b-a13c-897f648932a0}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{16542a62-1777-476b-a13c-897f648932a0}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{17680440-587e-487a-8eb6-38ec9b2c0a9d}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{17680440-587e-487a-8eb6-38ec9b2c0a9d}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{1974c540-b9d0-44d5-8620-d2d856eab37c}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{1974c540-b9d0-44d5-8620-d2d856eab37c}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{1b5a616b-a8ab-4223-a729-3ae03d1edd22}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{1b5a616b-a8ab-4223-a729-3ae03d1edd22}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{1cbb7781-decd-422a-a716-12d80155117e}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{1cbb7781-decd-422a-a716-12d80155117e}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{1ece4cef-d58f-44b2-937c-e40829c74b55}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{1ece4cef-d58f-44b2-937c-e40829c74b55}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{202c67e5-31df-4907-9bd9-d3cfa7f49548}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{202c67e5-31df-4907-9bd9-d3cfa7f49548}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{2288148c-a0c2-44f9-9751-b09f1d538c4c}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{2288148c-a0c2-44f9-9751-b09f1d538c4c}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{2aab00f8-a32c-4224-b1a3-4d48a70ae79c}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{2aab00f8-a32c-4224-b1a3-4d48a70ae79c}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{2e7f45f8-44a2-4397-8881-25130a70365b}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{2e7f45f8-44a2-4397-8881-25130a70365b}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{2f056527-2575-4d44-ab30-87956ede2745}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{2f056527-2575-4d44-ab30-87956ede2745}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{2fa8a6e4-3867-46da-b25b-71d7e3f1940e}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{2fa8a6e4-3867-46da-b25b-71d7e3f1940e}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{3257ce03-697d-4e78-8674-1958a4431b92}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{3257ce03-697d-4e78-8674-1958a4431b92}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{32e2efc5-b76c-4aa6-ac05-3566cfe873f3}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{32e2efc5-b76c-4aa6-ac05-3566cfe873f3}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{34703cda-8bb3-4874-830a-fadc7863b7d1}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{34703cda-8bb3-4874-830a-fadc7863b7d1}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{3868e5db-780b-491e-b866-db09da7e563c}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{3868e5db-780b-491e-b866-db09da7e563c}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{3908f6c0-e3c3-4c7c-9d2b-8adf53e5f21a}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{3908f6c0-e3c3-4c7c-9d2b-8adf53e5f21a}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{3b3ca035-a200-457b-910b-ad569661ed82}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{3b3ca035-a200-457b-910b-ad569661ed82}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{3b4438bf-08d6-4ea7-b5db-b6b0e19994cb}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{3b4438bf-08d6-4ea7-b5db-b6b0e19994cb}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{3cff065a-9e97-47c1-b4b3-149b5ca784c6}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{3cff065a-9e97-47c1-b4b3-149b5ca784c6}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{3e76577e-7cb4-472b-80ae-69e0e5f0c42e}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{3e76577e-7cb4-472b-80ae-69e0e5f0c42e}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{43e49765-fec2-48ec-8673-626f1ec14950}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{43e49765-fec2-48ec-8673-626f1ec14950}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{448b7488-973b-48e5-a445-b55dbb42d89f}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{448b7488-973b-48e5-a445-b55dbb42d89f}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{480d8cde-140f-4960-b37c-bf697025307d}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{480d8cde-140f-4960-b37c-bf697025307d}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{4c2b203f-5ea2-401f-8784-b71a28a1eca0}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{4c2b203f-5ea2-401f-8784-b71a28a1eca0}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{4ce3d882-1c42-47eb-a9ab-fa9d79467cdb}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{4ce3d882-1c42-47eb-a9ab-fa9d79467cdb}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{4dd8f19f-5e43-42b7-b1d1-326cf90cbcd0}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{4dd8f19f-5e43-42b7-b1d1-326cf90cbcd0}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{5195408e-6bf2-4986-8fe9-15b33ea09291}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{5195408e-6bf2-4986-8fe9-15b33ea09291}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{5a257c29-6e01-441c-93f2-9fa6658b5f61}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{5a257c29-6e01-441c-93f2-9fa6658b5f61}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{5d434d2c-a7c4-4c89-9ebd-ebe15a7dbbb9}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{5d434d2c-a7c4-4c89-9ebd-ebe15a7dbbb9}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{5d78ce3e-cc80-4265-b6f2-deeeb41a9018}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{5d78ce3e-cc80-4265-b6f2-deeeb41a9018}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{5ec44267-f267-4af6-8e30-ec660bcbb062}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{5ec44267-f267-4af6-8e30-ec660bcbb062}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{621af251-f27c-424e-b3bc-2fee3cfd0206}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{621af251-f27c-424e-b3bc-2fee3cfd0206}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{637d9219-0fa1-41dc-a1a0-3231f302f80a}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{637d9219-0fa1-41dc-a1a0-3231f302f80a}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{67f03af8-7479-4fc2-8a58-77fd1fc2ebee}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{67f03af8-7479-4fc2-8a58-77fd1fc2ebee}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{6ad98d52-c80a-495d-9f79-293eaf3f6ec1}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{6ad98d52-c80a-495d-9f79-293eaf3f6ec1}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{6df22c9c-b1c5-4f18-ac9d-91ceebfdb30c}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{6df22c9c-b1c5-4f18-ac9d-91ceebfdb30c}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{76cafd55-da17-4435-b8ed-a90663bded96}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{76cafd55-da17-4435-b8ed-a90663bded96}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{7965b3fd-956e-4970-a6e4-1c5f0a92a268}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{7965b3fd-956e-4970-a6e4-1c5f0a92a268}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{7b7ec4b1-3be5-454b-8f1e-31e2731976b6}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{7b7ec4b1-3be5-454b-8f1e-31e2731976b6}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{81fc7d41-4348-48a6-9316-ef6d0a6529ad}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{81fc7d41-4348-48a6-9316-ef6d0a6529ad}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{86235f7a-8810-4691-b9b2-5addb2d6ed4c}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{86235f7a-8810-4691-b9b2-5addb2d6ed4c}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{8a74178f-18fc-40ad-a7e7-592100b9bd0a}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{8a74178f-18fc-40ad-a7e7-592100b9bd0a}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{8ede43f2-fe1d-4067-9cd2-289ccf022e80}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{8ede43f2-fe1d-4067-9cd2-289ccf022e80}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{90bbf7a2-27f8-4990-987e-b149d7c4840d}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{90bbf7a2-27f8-4990-987e-b149d7c4840d}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{9225fd49-e5cb-4b6a-9ac6-a63ffc096cab}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{9225fd49-e5cb-4b6a-9ac6-a63ffc096cab}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{9360cd27-e287-40e3-8521-77b37afb2820}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{9360cd27-e287-40e3-8521-77b37afb2820}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{93b9cd9e-01cc-4b4f-8fd8-c590d8666ffa}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{93b9cd9e-01cc-4b4f-8fd8-c590d8666ffa}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{950d060f-0186-4660-8609-377952a20cd6}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{950d060f-0186-4660-8609-377952a20cd6}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{9d471e16-e008-4fdd-9395-20b2531646dc}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{9d471e16-e008-4fdd-9395-20b2531646dc}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{a2d82f86-844b-4bb1-a820-6141192af8db}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{a2d82f86-844b-4bb1-a820-6141192af8db}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{a6b816c5-9f21-4c98-bf21-14d3ab1b518f}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{a6b816c5-9f21-4c98-bf21-14d3ab1b518f}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{aabe1d48-f254-4943-a185-5aafef873259}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{aabe1d48-f254-4943-a185-5aafef873259}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{aee17e33-0405-4889-ac27-bfe069f32c6a}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{aee17e33-0405-4889-ac27-bfe069f32c6a}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{af177a16-3190-4cc7-aa6e-2270b0c7646b}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{af177a16-3190-4cc7-aa6e-2270b0c7646b}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{b0befe03-7f84-4dc3-a28f-72570b131bc4}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{b0befe03-7f84-4dc3-a28f-72570b131bc4}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{b2387a29-bf6d-44b8-a6f0-fbe69a2f3d02}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{b2387a29-bf6d-44b8-a6f0-fbe69a2f3d02}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{b3aa68c8-fb17-437d-8b0e-051642bf02bb}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{b3aa68c8-fb17-437d-8b0e-051642bf02bb}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{b50fdb25-4c7f-473e-a5b6-28bf81a2a842}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{b50fdb25-4c7f-473e-a5b6-28bf81a2a842}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{b5877094-0dc9-4915-bc6d-be4c6198f99d}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{b5877094-0dc9-4915-bc6d-be4c6198f99d}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{b62621fc-b82d-439c-b6a5-67a6a04223cb}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{b62621fc-b82d-439c-b6a5-67a6a04223cb}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{b6faaaed-565c-4f3c-8417-efd5f0e9f592}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{b6faaaed-565c-4f3c-8417-efd5f0e9f592}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{b8c04cf7-0b64-47d7-a0a2-167a01ae3d09}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{b8c04cf7-0b64-47d7-a0a2-167a01ae3d09}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{bff1f062-a20d-46d1-9151-a402b7e0b046}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{bff1f062-a20d-46d1-9151-a402b7e0b046}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{c0ba032c-ca31-4750-8805-dfaf1dac9ecf}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{c0ba032c-ca31-4750-8805-dfaf1dac9ecf}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{c215dc78-a9bf-4fad-be34-c879d8dc37a0}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{c215dc78-a9bf-4fad-be34-c879d8dc37a0}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{c36aedd4-ebd0-466a-85ba-d55b984c5ba9}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{c36aedd4-ebd0-466a-85ba-d55b984c5ba9}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{c690c2a4-a22a-4990-a898-2180bcc01c58}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{c690c2a4-a22a-4990-a898-2180bcc01c58}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{c8cef260-1854-4e5a-b558-0ab1c4243a64}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{c8cef260-1854-4e5a-b558-0ab1c4243a64}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{d18c0dbb-7092-47cb-b5bb-99d6085a5137}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{d18c0dbb-7092-47cb-b5bb-99d6085a5137}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{d3061d8d-05b9-4ad1-a6b8-9875a004665b}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{d3061d8d-05b9-4ad1-a6b8-9875a004665b}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{d632a20e-c1c8-4cf7-9f16-4f3121f97617}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{d632a20e-c1c8-4cf7-9f16-4f3121f97617}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{d7a05e64-2815-4de3-a0bb-bf6476fc7739}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{d7a05e64-2815-4de3-a0bb-bf6476fc7739}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{dde2bc49-2fe1-43ee-a8bc-d039e59d9518}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{dde2bc49-2fe1-43ee-a8bc-d039e59d9518}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{e1273595-1b2f-430b-9fa2-7d36d164c9d9}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{e1273595-1b2f-430b-9fa2-7d36d164c9d9}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{e1c3b6c1-89ec-44f1-974f-bf87b14eca64}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{e1c3b6c1-89ec-44f1-974f-bf87b14eca64}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{e1eb1cf0-6de9-4fd5-9b25-c1f7c1000398}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{e1eb1cf0-6de9-4fd5-9b25-c1f7c1000398}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{e2830dc6-5b57-4fb3-8215-a37e009aa799}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{e2830dc6-5b57-4fb3-8215-a37e009aa799}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{e7c0f102-af89-40ff-bb85-19e3cbba30ee}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{e7c0f102-af89-40ff-bb85-19e3cbba30ee}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{e88199c0-1dc7-47b9-afc8-7bf8dc1f4f38}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{e88199c0-1dc7-47b9-afc8-7bf8dc1f4f38}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{e9933d0b-88f7-442e-9497-ec437aa008c1}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{e9933d0b-88f7-442e-9497-ec437aa008c1}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{edc91236-08b0-496c-8fd5-bbe71aed3fda}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{edc91236-08b0-496c-8fd5-bbe71aed3fda}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{f1fb09fe-8a0d-45b1-b5d7-a36150cdb87a}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{f1fb09fe-8a0d-45b1-b5d7-a36150cdb87a}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{f206bb05-c0b8-40b7-b856-4f51791104c0}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{f206bb05-c0b8-40b7-b856-4f51791104c0}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{f31b8293-0f9c-40fb-a392-824c7992f64d}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{f31b8293-0f9c-40fb-a392-824c7992f64d}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{fbcc90bf-0550-442f-8a01-bb0c33790c2a}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{fbcc90bf-0550-442f-8a01-bb0c33790c2a}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/AudioFile/{fbf2e07f-d74e-4a43-b687-0ad599d5be24}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/AudioFile/{fbf2e07f-d74e-4a43-b687-0ad599d5be24}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Bank/{1e8ed2c5-9920-4eaf-bdcc-728a784de9df}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Bank/{1e8ed2c5-9920-4eaf-bdcc-728a784de9df}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Bank/{9fe0cf61-71e3-4f3f-90ca-030520692bbd}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Bank/{9fe0cf61-71e3-4f3f-90ca-030520692bbd}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/BankFolder/{a725305a-38a9-41d4-a3f2-4604ff6bb396}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/BankFolder/{a725305a-38a9-41d4-a3f2-4604ff6bb396}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/EncodingSetting/{4a460340-9176-456e-b977-173a27bb01e0}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/EncodingSetting/{4a460340-9176-456e-b977-173a27bb01e0}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{2b353eed-8032-41cf-b5bf-ef97ec7e525e}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{2b353eed-8032-41cf-b5bf-ef97ec7e525e}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{32c4f332-6fc8-40e2-b6ca-93039f654b3f}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{32c4f332-6fc8-40e2-b6ca-93039f654b3f}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{33d85947-72c3-4987-8712-dbe35d2c9ca4}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{33d85947-72c3-4987-8712-dbe35d2c9ca4}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{4b7f95a9-b623-4316-abd6-5d8adac86ac6}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{4b7f95a9-b623-4316-abd6-5d8adac86ac6}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{5b94c5a3-f061-490b-b0b8-5a556ac64149}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{5b94c5a3-f061-490b-b0b8-5a556ac64149}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{7295654d-9c14-4309-98ee-11678df92997}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{7295654d-9c14-4309-98ee-11678df92997}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{8037f84d-baba-49fe-bcf1-9d17244d3219}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{8037f84d-baba-49fe-bcf1-9d17244d3219}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{a4ecd733-7b54-44b4-a9e9-bb3e128a41a4}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{a4ecd733-7b54-44b4-a9e9-bb3e128a41a4}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{b81181e2-c02a-440d-9054-09f451951dc7}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{b81181e2-c02a-440d-9054-09f451951dc7}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{ba74aaf7-d21e-4b21-be1f-5f332e57628b}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{ba74aaf7-d21e-4b21-be1f-5f332e57628b}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{bb12a629-7817-4d92-996e-f33e1ae97c39}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{bb12a629-7817-4d92-996e-f33e1ae97c39}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{bb8b987f-d28b-4963-b227-386985c454be}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{bb8b987f-d28b-4963-b227-386985c454be}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{bcfcf83d-1983-4c83-90fa-0285ce5411ce}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{bcfcf83d-1983-4c83-90fa-0285ce5411ce}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{da256741-ab04-4762-9419-66c17b124068}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{da256741-ab04-4762-9419-66c17b124068}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{f58b3266-7702-45a1-968a-50e68ede39d8}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{f58b3266-7702-45a1-968a-50e68ede39d8}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{f7299df1-fe88-46f9-875e-3fe9ac9efe21}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{f7299df1-fe88-46f9-875e-3fe9ac9efe21}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Event/{fc73298a-3366-4db2-bbb4-f5a9ac3c55ed}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Event/{fc73298a-3366-4db2-bbb4-f5a9ac3c55ed}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/EventFolder/{1caa447f-c752-407e-ac4b-50bca59b4c68}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/EventFolder/{1caa447f-c752-407e-ac4b-50bca59b4c68}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/EventFolder/{4d6fc516-f7d9-45e2-bf5d-3adbb2c5d8ee}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/EventFolder/{4d6fc516-f7d9-45e2-bf5d-3adbb2c5d8ee}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Master.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Master.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Mixer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Mixer.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Return/{21933ace-0955-4c26-a9a3-be43b79b75d0}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Return/{21933ace-0955-4c26-a9a3-be43b79b75d0}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/SnapshotGroup/{d6936cd7-ce19-40e4-afd0-a510c0b37e78}.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/SnapshotGroup/{d6936cd7-ce19-40e4-afd0-a510c0b37e78}.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Tags.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Tags.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/Metadata/Workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/FMODProject/NewtonVR/Metadata/Workspace.xml -------------------------------------------------------------------------------- /FMODProject/NewtonVR/NewtonVR.fspro: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/LICENSE -------------------------------------------------------------------------------- /NewtonVR_1_4.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/NewtonVR_1_4.unitypackage -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.1.1f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TomorrowTodayLabs/NewtonVR/HEAD/README.md --------------------------------------------------------------------------------