Commits on Source (88)
-
Timon Römer authored
-
Timon Römer authored
-
Timon Römer authored
-
Timon Römer authored
-
Marcel Krüger authored
-
Timon Römer authored
-
Jonathan Ehret authored
-
Jonathan Ehret authored
fix(collision handling movement) allow to deativate the collision detection in case users manage to get stuck in something. In this case virtual steering is disabled but also physical collision checks so users can move out of the collision
-
David Gilbert authored
-
David Gilbert authored
-
David Gilbert authored
refactor(interaction): Renames Grab- to DirectInteraction where appropriate. Renames RaycastSelection to RaycastInteraction where appropriate for consistency.
-
David Gilbert authored
refactor(interaction): Renames BPs alongside C++ renaming: Grab to DirectInteraction, RaycastSelection to RaycastInteraction
-
David Gilbert authored
-
Marcel Krüger authored
-
Kris Tabea Helwig authored
-
David Gilbert authored
feat(interaction): Added widget interaction bindings to controller trigger See merge request !76
-
Kris Tabea Helwig authored
-
David Gilbert authored
-
David Gilbert authored
-
David Gilbert authored
Interaction Naming Adjustments and Consistency changes See merge request !72
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
Timon Römer authored
-
Timon Römer authored
-
Timon Römer authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
David Gilbert authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
Merge branch 'feature/toolkit_examples' of https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit into feature/toolkit_examples
-
Timon Römer authored
-
Timon Römer authored
-
David Gilbert authored
-
Jonathan Ehret authored
fix(cave): reset lastcollisionfree position so that the temporarily deactivated collision checks will be enabled again later on
-
David Gilbert authored
-
David Gilbert authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
Timon Römer authored
-
Timon Römer authored
-
Jonathan Ehret authored
-
Jonathan Ehret authored
Physial Walking Fixes See merge request !70
-
Timon Römer authored
-
Timon Römer authored
-
Timon Römer authored
-
Timon Römer authored
-
Timon Römer authored
-
Timon Römer authored
-
-
Timon Römer authored
-
Timon Römer authored
Merge branch 'IntenSelect5.3' of https://git-ce.rwth-aachen.de/marcel.krueger/rwth-vr-toolkit into IntenSelect5.3 Merges request into local codebase
-
Timon Römer authored
-
Timon Römer authored
-
David Gilbert authored
Inten Select 5.3 See merge request !81
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
David Gilbert authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
-
David Gilbert authored
fix(Interaction): Adds mouse click back to right and left direct interaction as it broke while merging intenselect
-
David Gilbert authored
-
David Gilbert authored
-
David Gilbert authored
fix(samples): Increases direct interactor radius and decreased toolkit examples stands' size to make direct grab a bit easier. Unfortunately easy to get stuck
-
David Gilbert authored
-
David Gilbert authored
-
David Gilbert authored
fix(Samples, Interaction): Set IntenSelect WidgetInteraction Virtual Pointer Index from 0 to 1 to not break the regular WidgetInteraction
-
David Gilbert authored
fix(Pawn, Interaction): Set IntenSelect WidgetInteraction Pointer Index from 0 to 1 to not break the regular WidgetInteraction
-
David Gilbert authored
fix(Samples, Interaction): Fixes left InputAction asset being used for right direct interaction component in content examples pawn.
-
Kris Tabea Helwig authored
-
David Gilbert authored
-
David Gilbert authored
-
David Gilbert authored
-
Kris Tabea Helwig authored
-
Kris Tabea Helwig authored
Merge branch 'feature/toolkit_examples' of https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit into feature/toolkit_examples
-
David Gilbert authored
-
David Gilbert authored
ContentExample-themed ToolkitExamples map. See merge request !77
-
David Gilbert authored
UE5.3-2023.1-rc2 Closes #644 See merge request !80
-
David Gilbert authored
-
Timon Römer authored
-
Timon Römer authored
-
David Gilbert authored
Adds possibility to have more than one ScoringBehaviour attached to IntenSelectable See merge request !82
-
David Gilbert authored
Showing
- .gitlab-ci.yml 4 additions, 0 deletions.gitlab-ci.yml
- Config/DefaultRWTHVRToolkit.ini 15 additions, 1 deletionConfig/DefaultRWTHVRToolkit.ini
- Content/Components/DirectInteraction/BP_DirectInteractionComponent.uasset 0 additions, 0 deletions...ts/DirectInteraction/BP_DirectInteractionComponent.uasset
- Content/Components/DirectInteraction/IA_DirectInteractionLeft.uasset 0 additions, 0 deletions...ponents/DirectInteraction/IA_DirectInteractionLeft.uasset
- Content/Components/DirectInteraction/IA_DirectInteractionRight.uasset 0 additions, 0 deletions...onents/DirectInteraction/IA_DirectInteractionRight.uasset
- Content/Components/Grabbing/IA_GrabLeft.uasset 0 additions, 0 deletionsContent/Components/Grabbing/IA_GrabLeft.uasset
- Content/Components/Grabbing/IA_GrabRight.uasset 0 additions, 0 deletionsContent/Components/Grabbing/IA_GrabRight.uasset
- Content/Components/Movement/IA_Move.uasset 0 additions, 0 deletionsContent/Components/Movement/IA_Move.uasset
- Content/Components/Movement/IA_MoveUp.uasset 0 additions, 0 deletionsContent/Components/Movement/IA_MoveUp.uasset
- Content/Components/Movement/Turn/IA_DesktopRotation.uasset 0 additions, 0 deletionsContent/Components/Movement/Turn/IA_DesktopRotation.uasset
- Content/Components/Movement/Turn/IA_Turn.uasset 0 additions, 0 deletionsContent/Components/Movement/Turn/IA_Turn.uasset
- Content/Components/Raycast/IA_RaycastSelectLeft.uasset 0 additions, 0 deletionsContent/Components/Raycast/IA_RaycastSelectLeft.uasset
- Content/Components/Raycast/IA_RaycastSelectRight.uasset 0 additions, 0 deletionsContent/Components/Raycast/IA_RaycastSelectRight.uasset
- Content/Components/RaycastInteraction/BP_RaycastInteractionComponent.uasset 0 additions, 0 deletions.../RaycastInteraction/BP_RaycastInteractionComponent.uasset
- Content/Components/RaycastInteraction/IA_RaycastInteractionLeft.uasset 0 additions, 0 deletions...nents/RaycastInteraction/IA_RaycastInteractionLeft.uasset
- Content/Components/RaycastInteraction/IA_RaycastInteractionRight.uasset 0 additions, 0 deletions...ents/RaycastInteraction/IA_RaycastInteractionRight.uasset
- Content/Components/WidgetInteraction/IA_WidgetClick.uasset 0 additions, 0 deletionsContent/Components/WidgetInteraction/IA_WidgetClick.uasset
- Content/Examples/ContentExamples/BP_RWTHVRContentExamplesGameModeBase.uasset 0 additions, 0 deletions...ntentExamples/BP_RWTHVRContentExamplesGameModeBase.uasset
- Content/Examples/ContentExamples/DemoAssets/BP_GrabbableTestObject.uasset 0 additions, 0 deletions.../ContentExamples/DemoAssets/BP_GrabbableTestObject.uasset
- Content/Examples/ContentExamples/DemoAssets/BP_IntenselectableObject.uasset 0 additions, 0 deletions...ontentExamples/DemoAssets/BP_IntenselectableObject.uasset
No preview for this file type
File added
File added
File deleted
File deleted
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
File deleted
File deleted
No preview for this file type
File added
File added
No preview for this file type
File added
No preview for this file type
File added