53 Commits

Author SHA1 Message Date
Haoyu Qiu
9ce1cb6813 Remove excess backtick in VR starter tutorial (#5737) 2022-04-05 18:26:19 +02:00
Henodude
fe0d72c891 Fix vr starter tutorial link (#5590)
* Fix vr starter tutorial link

The link to the vr starter tutorial wasn't working, so that has been fixed.
2022-02-11 14:28:28 +01:00
Bastiaan Olij
0a6e29d868 Add hand tracking documention to OpenXR chapter 2022-02-08 10:48:41 +11:00
skyace65
8c6cd73614 Clarify what selecting the XR runtime does 2022-01-28 12:11:57 -05:00
Matthew
e2432f035f Mention that Godot OpenXR doesn't work with Microsoft MR runtime (#5554)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-01-27 11:49:44 +01:00
Fredia Huya-Kouadio
826935a3d8 Update the XR documentation 2022-01-25 14:13:31 -08:00
Rémi Verschelde
29a13c542c VR: Make links anonymous to fix warnigns on name conflicts
(cherry picked from commit 056919cebc)
2021-12-16 15:49:42 +01:00
RamirezAllan791
b24d71d6ca Tweak releases URL in VR starter tutorial part 1 (#5441) 2021-12-11 19:05:46 +01:00
Nathan Lovato
67808949a8 Update the reference to the your_first_game document 2021-11-24 10:35:21 -06:00
Rémi Verschelde
e2b95576d8 Cleanup uses of double spaces between words or after punctuation 2021-07-13 00:44:58 +02:00
Matthew
96d9bd96dc Update OpenXR plugin information (#5042) 2021-06-24 01:39:51 +02:00
hpnrep6
10c3c8ea45 Remove unnecessary parentheses from if statements in VR started tutorial (#5024) 2021-06-21 09:41:44 +02:00
Hugo Locurcio
2edaff745f Fix code samples in VR starter tutorial part 1 (#4740)
This closes #4739.
2021-03-13 19:36:05 +01:00
Michael Alexsander
1f6d3995e4 Apply general code formatting to some pages in the tutorial section 2020-07-08 23:02:14 -03:00
Rémi Verschelde
7cb6857b94 Fix internal links in VR primer 2020-07-06 15:03:54 +02:00
Matthew
a062af3da0 Add OpenXR plugin to list of VR plugins (#3755) 2020-07-03 22:14:33 +02:00
skyace65
8300143bce Update oculus quest tutorial image 2020-06-30 10:04:35 -04:00
skyace65
b48903715c Add GodotVR respository info to ARVR Primer 2020-06-22 09:33:55 -04:00
skyace65
ba6061da8c Update VR starter tutorial for Godot 3.2 2020-05-18 21:39:48 -04:00
Max Hilbrunner
3fe5d9317f Improvements and fixed for Oculus tutorial 2020-05-17 15:51:13 +02:00
Hugo Locurcio
d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +02:00
skyace65
5da915edeb Add Oculus Quest tutorial to documentation 2020-05-15 09:57:15 -04:00
Yuri Sizov
135b33b768 Replace British spelling and fix various typos 2020-04-27 12:18:52 +03:00
Hugo Locurcio
046215542d Fix some typos and grammar mistakes found using LanguageTool 2020-04-16 23:07:05 +02:00
Hugo Locurcio
8e0caddac3 Fix typos found using codespell -wi3 ^classes/**/*.rst 2020-04-16 21:01:09 +02:00
Hugo Locurcio
6929a811bc Fix the dead links for the thumbstick dead zones pages
The host is no longer online, so we'll point to the archived version
instead.

This also removes a redundant note in the VR starter tutorial.

This closes #3343.
2020-04-04 23:19:08 +02:00
Aaron Franke
35feb8268b Commit files changed by the formatting script 2020-03-25 03:44:59 -04:00
Rémi Verschelde
e23ee5b081 Fix typos with codespell
Using codespell 1.16.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-12-06 22:07:59 +01:00
Michael Alexsander
55a0b824b5 Small consistency fixes for the VR tutorial pages 2019-12-03 18:50:56 -03:00
TwistedTwigleg
dfb5cabbd7 VR Starter Tutorial rewrite/refactor (#2774)
* Initial VR starter tutorial rewrite

* More refactoring work on the VR starter tutorial. Moved the VR starter tutorial into its own sub directory and broke the tutorial into two parts

* Finished the first draf on most of the first part of the VR starter tutorial

* First draft for the first half of the VR tutorial is done! Now all that is left is the second half, which should be a tad easier to do

* About a fourth of the way through the refactor of the VR Starter tutorial part 2

* Almost finished part 2 of the VR starter tutorial rewrite. Just a little bit left

* Finished the second part of the VR starter tutorial rewrite

* Made small changes to the VR starter tutorial based on feedback from BastiaanOlij. Fixed merge conflict in PR
2019-12-02 09:13:23 +01:00
PouleyKetchoupp
854185495c Fixed code tags for true/false/null and a few property references 2019-11-02 13:09:14 +01:00
skyace65
de7e7b8699 Update VR Primer image 2019-07-11 21:10:48 -04:00
Chris Bradfield
e1dcc40686 VR tutorial cleanup 2019-03-15 21:35:31 -07:00
Matthew
c45a8d9617 Start to add C# to VR starter tutorial (#2065) 2019-03-10 11:22:20 +01:00
Rémi Verschelde
5b2aaf8d41 Optimize PNGs with optipng
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
Rémi Verschelde
315e8f787f Merge pull request #2144 from corrigentia/patch-122
Fix punctuation and grammar in vr_primer
2019-01-16 22:56:26 +01:00
corrigentia
00cf87b778 Tweak vr_starter_tutorial
Fix punctuation, spelling, grammar and GDScript style guide compliance in vr_starter_tutorial. Remove duplication.
"a" becomes "an" before vowel sound.
Do **NOT** use ["different" after "various"](https://www.thefreedictionary.com/various)!
2019-01-16 21:17:08 +02:00
corrigentia
bec0c16e51 Fix punctuation and grammar in vr_primer
Fix punctuation and grammar in vr_primer.
"then" < When?
"than" < Compared to what?

"acceptable" (adjective) = the nature of an object/thing;
"acceptably" (adverb)     = the nature of an action/process.
2019-01-16 10:47:13 +02:00
Rémi Verschelde
739ea5eeb9 Fix most Sphinx warnings 2019-01-07 12:14:46 +01:00
Rémi Verschelde
a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +01:00
Rémi Verschelde
4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Hugo Locurcio
0ee39090cd Improve writing style in the VR starter tutorial 2018-11-15 20:53:12 +01:00
M. Huri
034bb63e84 Repaired mistyped of 'its'. 2018-10-19 19:39:49 +07:00
Frido
7fa9e9da19 Fixed grammar and typos in VR tutorial 2018-10-16 23:54:42 +02:00
Kevin Abellan
3af39ab3bd replace tabs with x4 spaces per PR specs 2018-09-22 09:28:27 -04:00
Kevin Abellan
d60b05b480 Add missing if block to VR tutorial source example
Fixed formatting and corrected the example code to better reflect the intent of the tutorial text.
i.e.  "...The last thing we are doing in button_pressed is checking to see if the button pressed is 1..."
2018-09-21 18:44:14 -04:00
Rémi Verschelde
e29dc58cbb Heading capitalization fixes + misc edits 2018-08-23 10:57:22 +02:00
TwistedTwigleg
5a4a4308f3 Added a starter VR tutorial. (#1545)
* Added a starter VR tutorial.

The VR tutorial covers the basics of making a VR game, along with making a teleportation system,
a RigidBody pick-up/drop system, and a few different special RigidBody nodes.
2018-07-10 14:00:19 +02:00
mhilbrunner
f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Yuri Chornoivan
11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00