8#ifndef META_OCEAN_PLATFORM_META_QUEST_OPENXR_APPLICATION_VR_CONTROLLER_VISUALIZER_H
9#define META_OCEAN_PLATFORM_META_QUEST_OPENXR_APPLICATION_VR_CONTROLLER_VISUALIZER_H
49 static constexpr size_t numberControllers_ = 2;
88 inline void showCoordinateSystems(
const bool show);
94 inline bool coordinateSystemsShown()
const;
108 Vector3 controllerAim_t_controllerModel_ =
Vector3(Numeric::minValue(), Numeric::minValue(), Numeric::minValue());
120 bool showCoordinateSystems_ =
false;
124 Quest::Application::
VRControllerVisualizer(engine, framebuffer, leftRenderModelFilename, rightRenderModelFilename),
125 controllerAim_t_controllerModel_(controllerAim_t_controllerModel)
140#ifdef OCEAN_PLATFORM_META_QUEST_OPENXR_USE_EXTERNAL_TRANSLATION_OFFSET
float Scalar
Definition of a scalar type.
Definition Math.h:129
The namespace covering the entire Ocean framework.
Definition Accessor.h:15