OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
renderbin.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_MWRENDER_RENDERBIN_H
2 #define OPENMW_MWRENDER_RENDERBIN_H
3 
4 namespace MWRender
5 {
6 
8  enum RenderBins
9  {
11  RenderBin_Default = 0, // osg::StateSet::OPAQUE_BIN
13  RenderBin_DepthSorted = 10, // osg::StateSet::TRANSPARENT_BIN
17  };
18 
19 }
20 
21 #endif
Definition: renderbin.hpp:10
Definition: renderbin.hpp:16
Definition: renderbin.hpp:15
Definition: renderbin.hpp:12
Definition: renderbin.hpp:13
Definition: renderbin.hpp:14
Definition: renderbin.hpp:11
RenderBins
Defines the render bin numbers used in the OpenMW scene graph. The bin with the lowest number is rend...
Definition: renderbin.hpp:8