-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from BastiaanOlij/update_to_godot_xr_tools
Updated from the old vr-common library to the new godot-xr-tools library
- Loading branch information
Showing
41 changed files
with
584 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Contributors | ||
============ | ||
|
||
The main author of this project is [Bastiaan Olij](https://github.com/BastiaanOlij) who manages the source repository found at: | ||
https://github.com/GodotVR/godot-xr-tools | ||
|
||
Other people who have helped out by submitting fixes, enhancements, etc are: | ||
- [Florian Jung](https://github.com/Windfisch) | ||
- [RMKD](https://github.com/RMKD) | ||
- [Alessandro Schillaci](https://github.com/silverslade) | ||
- [jtank4](https://github.com/jtank4) | ||
|
||
Want to be on this list? We would love your help. |
2 changes: 1 addition & 1 deletion
2
demo/addons/vr-common/LICENSE → demo/addons/godot-xr-tools/LICENSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
2.1 (in progress) | ||
================= | ||
- added option to highlight object that can be picked up | ||
- added option to snap object to given location (if reset transform is true) | ||
|
||
2.0 | ||
=== | ||
- Renamed add on to **godot-xr-tools** | ||
- Add enums to our export variables | ||
- Add a switch on pickable objects to keep their current positioning when picked up | ||
- Move direct movement player collision slightly backwards based on player radius | ||
- Added switch between step turning and smooth turning | ||
- Fixed sizing issue with teleport | ||
- Added option to change pickup range | ||
|
||
1.2 | ||
=== | ||
- Assign button to teleport function and no longer need to set origin | ||
- Added pickable object support | ||
- Fixed positioning of direct movement collision shape | ||
- Added strafe and fly mode for directional | ||
- Added ability to enable/disable the movement functions | ||
- Added 2D in 3D viewport for UI | ||
- Improved throwing by assigning linear velocity | ||
|
||
1.1* | ||
==== | ||
- previous versions were not tracked | ||
|
||
* Note that version history before 1.2 was not kept and is thus incomplete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...n/functions/Function_Direct_movement.tscn → ...s/functions/Function_Direct_movement.tscn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.