8 #ifndef META_OCEAN_PLATFORM_META_QUEST_APPLICATION_VR_IMAGE_VISUALIZER_H
9 #define META_OCEAN_PLATFORM_META_QUEST_APPLICATION_VR_IMAGE_VISUALIZER_H
145 inline void visualizeImage(
const unsigned int id,
const HomogenousMatrix4& reference_T_image,
const Frame& frame,
const ObjectSize& objectSize,
const bool referenceIsWorld =
true);
161 return visualizeImage(
id, world_T_image, std::move(frame), objectSize,
true);
166 return visualizeImage(
id, world_T_image, frame, objectSize,
true);
171 return visualizeImage(
id, world_T_image, std::move(frame), objectSize,
false);
176 return visualizeImage(
id, world_T_image, frame, objectSize,
false);
This class implements Ocean's image class.
Definition: Frame.h:1792
@ ACM_COPY_REMOVE_PADDING_LAYOUT
Same as CM_COPY_REMOVE_PADDING_LAYOUT.
Definition: Frame.h:1818
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15