MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshTexture.h
Go to the documentation of this file.
1#pragma once
2#include "MRImage.h"
3#include "MRVector4.h"
4#include <vector>
5
6namespace MR
7{
8
11
12struct MeshTexture : Image
13{
14 FilterType filter = FilterType::Discrete;
15 WrapType wrap = WrapType::Clamp;
16};
17
19
20}
MRVIEWER_API void Image(const MR::ImGuiImage &image, const ImVec2 &size, const MR::Color &multColor)
draw image with Y-direction inversed up-down
Definition MRCameraOrientationPlugin.h:8