summaryrefslogtreecommitdiffstats
path: root/scene/3d/arvr_nodes.h
Commit message (Collapse)AuthorAgeFilesLines
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-176/+0
|
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-10/+10
| | | | Fixes #30736.
* ARVRController.is_button_pressed requires to return a booleanBastiaan Olij2020-03-071-1/+1
|
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
| | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
* Camera: Don't set default value for project_positionRémi Verschelde2019-11-101-1/+1
| | | | | | | | | | A z_depth of 0 returns the camera position, which is not really useful. This also makes the API breakage from 3.1 clearer as 3.1 code will now fail to compile, so users will have to adapt and use the new parameter. For the reference, in 3.1, the z_depth was hardcoded to the near plane. Closes #33493.
* Add a depth parameter to Camera::project_position()Cheeseness2019-05-291-1/+1
|
* Added a mesh interface to the arvr positional trackersBastiaan Olij2019-02-061-0/+7
|
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Repaired mistyped of 'its' on several files.M. Huri2018-10-251-2/+2
|
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij2017-11-011-0/+3
|
* Made a few tweaks to the interfaceBastiaanOlij2017-10-061-0/+7
|
* Added ID to tracker signals and property for storing handBastiaan Olij2017-09-101-0/+2
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Added ARVRAnchor support and a few small enhancementsBastiaanOlij2017-08-031-3/+34
|
* Adding base classes and structures for ARVR supportBastiaanOlij2017-07-281-0/+126
Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects