summaryrefslogtreecommitdiffstats
path: root/scene/3d/xr_nodes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-7/+7
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-7/+7
| | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-3/+3
|
* Change hand tracking project settings and finetune show_when_trackedBastiaan Olij2024-08-201-1/+19
|
* Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵Malcolm Nixon2024-04-181-9/+28
| | | | drive node positions and visibility.
* Improve warning when XR shaders are not enabledclayjohn2024-03-111-1/+1
|
* Expose profile_changed signal to XRController3DLogan Lang2024-03-061-4/+7
|
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-6/+6
| | | | This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc.
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-6/+6
|
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-6/+6
|
* Added XR tracking-state change signalsMalcolm Nixon2023-09-031-7/+26
| | | | | Add "pose_lost_tracking" signal to XRPositionalTracker. Add "tracking_changed" signal to XRNode3D.
* Rename getters and signals on XR nodes to be consistant with input typesBastiaan Olij2023-01-231-14/+23
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Fix recurrense issue with setting current origin nodeBastiaan Olij2022-12-051-15/+25
|
* Update XRServer with starting position of (new) current XROrigin3DBastiaan Olij2022-11-061-0/+6
|
* Fix two typos in tracker names and a bug in OpenXR haptic feedbackBastiaan Olij2022-10-171-2/+2
|
* Add current setting to XROrigin3D and fix double positioning HMDBastiaan Olij2022-10-131-59/+108
|
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-6/+6
|
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-7/+5
|
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-4/+4
| | | | | | | | | | | | | Implement built-in classes Vector4, Vector4i and Projection. * Two versions of Vector4 (float and integer). * A Projection class, which is a 4x4 matrix specialized in projection types. These types have been requested for a long time, but given they were very corner case they were not added before. Because in Godot 4, reimplementing parts of the rendering engine is now possible, access to these types (heavily used by the rendering code) becomes a necessity. **Q**: Why Projection and not Matrix4? **A**: Godot does not use Matrix2, Matrix3, Matrix4x3, etc. naming convention because, within the engine, these types always have a *purpose*. As such, Godot names them: Transform2D, Transform3D or Basis. In this case, this 4x4 matrix is _always_ used as a _Projection_, hence the naming.
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-1/+1
|
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-6/+6
| | | | | This ensures we don't use TTR in runtime code, as it's specifically meant to source translations for the editor.
* Implementing OpenXR driverBastiaan Olij2022-02-231-20/+1
|
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-11/+12
|
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
|
* Add missing SNAME macro optimization in some function callsjmb4622022-02-061-4/+4
|
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Refactored Node3D rotation modesreduz2021-10-251-0/+2
| | | | | | | | | * Made the Basis euler orders indexed via enum. * Node3D has a new rotation_order property to choose Euler rotation order. * Node3D has also a rotation_mode property to choose between Euler, Quaternion and Basis Exposing these modes as well as the order makes Godot a lot friendlier for animators, which can choose the best way to interpolate rotations. The new *Basis* mode makes the (exposed) transform property obsolete, so it was removed (can still be accessed by code of course).
* Rework XR positional trackersBastiaan Olij2021-10-171-270/+357
|
* Swap args of Plane(point, normal) constructormennomax2021-10-151-1/+1
| | | | Now (normal, point)
* Fix some unnecessary includesAaron Franke2021-08-131-2/+1
|
* Use real_t in 3D nodesAaron Franke2021-08-031-3/+3
|
* Optimize StringName usagereduz2021-07-181-4/+4
| | | | | | | | | | | * Added a new macro SNAME() that constructs and caches a local stringname. * Subsequent usages use the cached version. * Since these use a global static variable, a second refcounter of static usages need to be kept for cleanup time. * Replaced all theme usages by this new macro. * Replace all signal emission usages by this new macro. * Replace all call_deferred usages by this new macro. This is part of ongoing work to optimize GUI and the editor.
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-3/+3
| | | | Also MIDIMessage
* Fixed error spam when XR mode is not enabled and a missed setting renameBastiaan Olij2021-06-141-3/+3
|
* Add stereoscopic rendering through multiviewBastiaan Olij2021-06-131-5/+14
|
* Rename Node3D's property translation to positionMarcel Admiraal2021-06-041-1/+1
|
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-2/+2
|
* Use Array for node configuration warningsNathan Franke2021-04-111-66/+40
| | | | Previously, the warnings were passed as a string and delimitation of which were hard coded at each implementation.
* Change XRPositionalTracker to a reference and better expose it to GDNativeBastiaan Olij2021-03-291-16/+16
|
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
| | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆
* Merge pull request #44434 from madmiraal/rename-camera3d-near-and-farRémi Verschelde2020-12-281-5/+5
|\ | | | | Rename Camera3D near and far getters and setters
| * Rename Camera3D near and far getters and settersMarcel Admiraal2020-12-201-5/+5
| | | | | | | | | | | | | | | | Renames: - get_znear() -> get_near() - set_znear() -> set_near() - get_zfar() -> get_far() - set_zfar() -> set_far()
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-6/+6
| |
* | Rename XRPositionalTracker methodsMarcel Admiraal2020-12-211-3/+3
|/ | | | | | | | | | Renames: - set_type() -> set_tracker_type() - set_name() -> set_tracker_name() - get_tracks_orientation() - `is_tracking_orientation() - get_tracks_position() -> `is_tracking_position() - get_hand() -> get_tracker_hand() - set_hand() -> set_tracker_hand()
* Rename XRController signal button_release to button_releasedMarcel Admiraal2020-12-081-2/+2
|
* Rename XR get_type and get_nameAaron Franke2020-12-041-2/+2
| | | Now called get_tracker_type and get_tracker_name
* Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde2020-10-011-10/+36
|\ | | | | Update all get_configuration_warning() to retrieve warnings from the parent