MeshLib
 
Loading...
Searching...
No Matches
MRRenderModelParameters.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace MR
6{
7
10{
11 Opaque = 1 << 0,
12 Transparent = 1 << 1,
13#ifndef MRMESH_NO_OPENVDB
14 VolumeRendering = 1 << 2,
15#endif
16 NoDepthTest = 1 << 3,
17
18 All =
20#ifndef MRMESH_NO_OPENVDB
22#endif
23};
25
26}
#define MR_MAKE_FLAG_OPERATORS(T)
Definition MRFlagOperators.h:6
Definition MRCameraOrientationPlugin.h:7
RenderModelPassMask
Various passes of the 3D rendering.
Definition MRRenderModelParameters.h:10