opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Typedefs | Enumerations
scene_decoration_flags.h File Reference
#include <liboscar/utilities/flags.h>
Include dependency graph for scene_decoration_flags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  osc
 

Typedefs

using osc::SceneDecorationFlags = Flags< SceneDecorationFlag >
 

Enumerations

enum class  osc::SceneDecorationFlag : unsigned {
  osc::None = 0 , osc::NoCastsShadows = 1<<0 , osc::NoDrawInScene = 1<<1 , osc::RimHighlight0 = 1<<2 ,
  osc::RimHighlight1 = 1<<3 , osc::DrawWireframeOverlay = 1<<4 , osc::NoSceneVolumeContribution = 1<<5 , osc::CanBackfaceCull = 1<<6 ,
  osc::Default = None , osc::WireframeOverlayedDefault = Default | DrawWireframeOverlay , osc::AnnotationElement = NoCastsShadows | NoSceneVolumeContribution , osc::OnlyWireframe = NoDrawInScene | DrawWireframeOverlay ,
  osc::Hidden = NoCastsShadows | NoDrawInScene , osc::AllRimHighlightGroups = RimHighlight0 | RimHighlight1
}