Skip to content

Comments

Modified Throwable to optionally ease into release velocity scaling.#173

Closed
jschlechte wants to merge 2 commits intoValveSoftware:masterfrom
jschlechte:master
Closed

Modified Throwable to optionally ease into release velocity scaling.#173
jschlechte wants to merge 2 commits intoValveSoftware:masterfrom
jschlechte:master

Conversation

@jschlechte
Copy link

@jschlechte jschlechte commented Oct 25, 2018

This change adds two new configurable fields on Throwable that allows easing into the scaleReleaseVelocity. The purpose is to better support dropping, tossing, and full throwing on the same object. Without this change setting a high scaleReleaseVelocity would result in an uncanny release velocity when gently dropping or tossing the object (feeling as if the object had popped out of your hand).

This new feature defaults to disabled.

@jschlechte
Copy link
Author

Any news on this?

This change is live and testable in Dodgeball Simulator VR. It is currently only applied to the balls, but allows you to gently toss the ball between hands while still maintaining a high velocity scaling on release of an aggressive throw.

keithbradner added a commit that referenced this pull request Sep 18, 2019
Changes for 2.4.1b

 * Some fixes for fallback mode

 * Fixed some cosmos bindings

 * Added index hmd proximity binding

 * Increased default ColliderArraySize for Hands in the Interaction System to 32.

 * Removed ResolutionDialogSetting warning in Unity 2019.1 (#498)

 * Fix partial bindings not including default actions (#494)

 * Fix Unity crash on "Open binding UI" when using as package (#491)

 * Fix for copy example input files failing on Linux/OSX (#490)

 * Add Treadmill Source to Input Sources (#486)

 * 2D Debug: Camera navigation up/down (E/Q) support (#481)

 * Fixed an issue with Unity throwing "cannot find ın" error in PCs with Turkish default language. (#479)

 * Exposed useItemPackagePreview (#432)

 * Modified Throwable to optionally ease into release velocity scaling. (#173)
@keithbradner
Copy link
Collaborator

keithbradner added a commit that referenced this pull request Oct 8, 2019
* **BREAKING** actions.json and associated bindings will automatically be moved to the StreamingAssets folder instead of stored in the project root. This removes the need for the plugin to copy them post build and fixes some problems people were having with version control. **IF YOU HAVE A TITLE ON STEAM AND YOU USE THIS TO BUILD - SET THE NEW PATH IN Application/Virtual Reality -> SteamVR Input System -> This game uses SteamVR Input system to: [GameName]_Data/StreamingAssets/SteamVR/actions.json **

 * Added properties to SteamVR_Settings to set default models to use when previewing hand poses

 * Moved default location of SteamVR_Settings.asset to a folder called SteamVR_Resources to make upgrading the plugin easier (can just delete the whole steamvr directory and import again)

 * Various fixes for mac/linux issues

 * Pathing fixes to allow nesting of the SteamVR folders

 * Added a way to easily set the prefab the poser system uses for previews in the editor. Check SteamVR_Settings.asset

 * Some fixes for fallback mode

 * Added index hmd proximity binding

 * Increased default ColliderArraySize for Hands in the Interaction System to 32

 * Removed ResolutionDialogSetting warning in Unity 2019.1 (#498)

 * Fix partial bindings not including default actions (#494)

 * Fix Unity crash on "Open binding UI" when using as package (#491)

 * Fix for copy example input files failing on Linux/OSX (#490)

 * Add Treadmill Source to Input Sources (#486)

 * 2D Debug: Camera navigation up/down (E/Q) support (#481)

 * Fixed an issue with Unity throwing "cannot find ın" error in PCs with Turkish default language. (#479)

 * Exposed useItemPackagePreview (#432)

 * Modified Throwable to optionally ease into release velocity scaling. (#173)

 * Updated openvr sdk version to 1.7.15

 * Significant performance increases in the input system

 * Made the hands physical objects that can touch and push things (similar to The Lab)

 * Added Snap Turn and related actions / bindings

 * Changed teleport bindings to use joysticks when available

 * Normalized line endings and trailing spaces across project

 * Added Vive Cosmos default bindings

 * Removed the requirements to have a velocityestimator on throwables.

 * Added SteamVR.GetHeadsetActivityLevel() which will give you the current state of the hmd (idle, in use, etc)
keithbradner added a commit that referenced this pull request Oct 8, 2019
* **BREAKING** actions.json and associated bindings will automatically be moved to the StreamingAssets folder instead of stored in the project root. This removes the need for the plugin to copy them post build and fixes some problems people were having with version control. **IF YOU HAVE A TITLE ON STEAM AND YOU USE THIS TO BUILD - SET THE NEW PATH IN Application/Virtual Reality -> SteamVR Input System -> This game uses SteamVR Input system to: [GameName]_Data/StreamingAssets/SteamVR/actions.json **

 * Added properties to SteamVR_Settings to set default models to use when previewing hand poses

 * Moved default location of SteamVR_Settings.asset to a folder called SteamVR_Resources to make upgrading the plugin easier (can just delete the whole steamvr directory and import again)

 * Various fixes for mac/linux issues

 * Pathing fixes to allow nesting of the SteamVR folders

 * Added a way to easily set the prefab the poser system uses for previews in the editor. Check SteamVR_Settings.asset

 * Some fixes for fallback mode

 * Added index hmd proximity binding

 * Increased default ColliderArraySize for Hands in the Interaction System to 32

 * Removed ResolutionDialogSetting warning in Unity 2019.1 (#498)

 * Fix partial bindings not including default actions (#494)

 * Fix Unity crash on "Open binding UI" when using as package (#491)

 * Fix for copy example input files failing on Linux/OSX (#490)

 * Add Treadmill Source to Input Sources (#486)

 * 2D Debug: Camera navigation up/down (E/Q) support (#481)

 * Fixed an issue with Unity throwing "cannot find ın" error in PCs with Turkish default language. (#479)

 * Exposed useItemPackagePreview (#432)

 * Modified Throwable to optionally ease into release velocity scaling. (#173)

 * Updated openvr sdk version to 1.7.15

 * Significant performance increases in the input system

 * Made the hands physical objects that can touch and push things (similar to The Lab)

 * Added Snap Turn and related actions / bindings

 * Changed teleport bindings to use joysticks when available

 * Normalized line endings and trailing spaces across project

 * Added Vive Cosmos default bindings

 * Removed the requirements to have a velocityestimator on throwables.

 * Added SteamVR.GetHeadsetActivityLevel() which will give you the current state of the hmd (idle, in use, etc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants