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;
99 inline void showCoordinateSystems(
const bool show);
105 inline bool coordinateSystemsShown()
const;
119 Vector3 controllerAim_t_controllerModel_ =
Vector3(Numeric::minValue(), Numeric::minValue(), Numeric::minValue());
131 bool showCoordinateSystems_ =
false;
135 Quest::Application::
VRControllerVisualizer(engine, framebuffer, leftRenderModelFilename, rightRenderModelFilename),
136 controllerAim_t_controllerModel_(controllerAim_t_controllerModel)
151#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