VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgNodeTraversalFlags.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: DtOsgNodeTraversalFlags.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <boost/utility/binary.hpp>
16 
17 namespace makVrv
18 {
19 
20  namespace DtOsgNodeFlags
21  {
23  const static unsigned int FlagAllOn = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1111 1111);
24 
26  const static unsigned int FlagSupportOff = BOOST_BINARY(0111 1111 1111 1111 1111 1111 1111 1111);
27 
28  const static unsigned int FlagPickableOff = BOOST_BINARY(1011 1111 1111 1111 1111 1111 1111 1111);
29 
31  const static unsigned int FlagPostProcessingOn = BOOST_BINARY(0010 0000 0000 0000 0000 0000 0000 0000);
32 
33  const static unsigned int FlagReceivesShadowsOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1111 1110);
34  const static unsigned int FlagCastsShadowsOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1111 1101);
35 
36  const static unsigned int FlagSuppressScalingOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1111 1011);
37 
39  const static unsigned int FlagNotShadowPass = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1111 0111);
40 
42  const static unsigned int FlagRespectScalingModeOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1110 1111);
43 
44  const static unsigned int FlagFixedScaleParametersOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1101 1111);
45 
47  const static unsigned int FlagCastsReflectionsOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1011 1111);
48 
50  const static unsigned int FlagRenderOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 0111 1111);
51  }
52 
53 } //makVrv::
54 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)