Unreal SDK  v1.2.0
Loading...
Searching...
No Matches
WeArtDeviceTrackingObject.cpp File Reference
#include "WeArtDeviceTrackingObject.h"
#include <map>
#include <utility>
Include dependency graph for WeArtDeviceTrackingObject.cpp:
This graph shows which files directly or indirectly include this file:

Variables

std::map< OffsetPreset, std::pair< FVector, FVector > > offsetPresetsMap
 

Variable Documentation

◆ offsetPresetsMap

std::map<OffsetPreset, std::pair<FVector, FVector> > offsetPresetsMap
Initial value:
= {
{HtcVive_Left, std::make_pair(FVector(-0.01f, 0.04f, -0.085f), FVector(0.0f, -90.0f, -90.0f))},
{HtcVive_Right, std::make_pair(FVector(0.01f, 0.04f, -0.085f), FVector(0.0f, -90.0f, -90.0f))},
{MetaQuest_Left_SteamVR, std::make_pair(FVector(-8.0f, -4.0f, -5.0f), FVector(75.0f, 15.0f, -30.0f))},
{MetaQuest_Right_SteamVR, std::make_pair(FVector(-10.0, 5.0f, -6.5f), FVector(-98.0f, 200.0f, 5.0f))},
{MetaQuest_Left_OpenXR, std::make_pair(FVector(0.0f, -7.0f, -5.0f), FVector(80.0f, 5.0f, -10.0f))},
{MetaQuest_Right_OpenXR, std::make_pair(FVector(-2.0, 13.0f, -10.0f), FVector(-90.0f, 170.0f, 0.0f))}
}
@ HtcVive_Left
Definition: WeArtDeviceTrackingObject.h:26
@ MetaQuest_Right_SteamVR
Definition: WeArtDeviceTrackingObject.h:29
@ MetaQuest_Right_OpenXR
Definition: WeArtDeviceTrackingObject.h:31
@ MetaQuest_Left_SteamVR
Definition: WeArtDeviceTrackingObject.h:28
@ HtcVive_Right
Definition: WeArtDeviceTrackingObject.h:27
@ MetaQuest_Left_OpenXR
Definition: WeArtDeviceTrackingObject.h:30