8#ifndef META_OCEAN_PLATFORM_META_QUEST_APPLICATION_VR_IMAGE_VISUALIZER_H
9#define META_OCEAN_PLATFORM_META_QUEST_APPLICATION_VR_IMAGE_VISUALIZER_H
86 inline void visualizeImageInWorld(
const unsigned int id,
const HomogenousMatrix4& world_T_image,
Frame&& frame,
const ObjectSize& objectSize,
const bool useMipMaps =
true);
99 inline void visualizeImageInWorld(
const unsigned int id,
const HomogenousMatrix4& world_T_image,
const Frame& frame,
const ObjectSize& objectSize,
const bool useMipMaps =
true);
112 inline void visualizeImageInView(
const unsigned int id,
const HomogenousMatrix4& view_T_image,
Frame&& frame,
const ObjectSize& objectSize,
const bool useMipMaps =
true);
125 inline void visualizeImageInView(
const unsigned int id,
const HomogenousMatrix4& view_T_image,
const Frame& frame,
const ObjectSize& objectSize,
const bool useMipMaps =
true);
151 inline void visualizeImage(
const unsigned int id,
const HomogenousMatrix4& reference_T_image,
const Frame& frame,
const ObjectSize& objectSize,
const bool referenceIsWorld =
true,
const bool useMipMaps =
true);
167 return visualizeImage(
id, world_T_image, std::move(frame), objectSize,
true, useMipMaps);
172 return visualizeImage(
id, world_T_image, frame, objectSize,
true, useMipMaps);
177 return visualizeImage(
id, world_T_image, std::move(frame), objectSize,
false, useMipMaps);
182 return visualizeImage(
id, world_T_image, frame, objectSize,
false, useMipMaps);
This class implements Ocean's image class.
Definition Frame.h:1808
@ ACM_COPY_REMOVE_PADDING_LAYOUT
Same as CM_COPY_REMOVE_PADDING_LAYOUT.
Definition Frame.h:1834
The namespace covering the entire Ocean framework.
Definition Accessor.h:15