VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
25  const static unsigned int FlagSolidOff = BOOST_BINARY(0111 1111 1111 1111 1111 1111 1111 1111);
26  const static unsigned int FlagPickableOff = BOOST_BINARY(1011 1111 1111 1111 1111 1111 1111 1111);
27 
29  const static unsigned int FlagPostProcessingOn = BOOST_BINARY(0010 0000 0000 0000 0000 0000 0000 0000);
30 
31  const static unsigned int FlagReceivesShadowsOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1111 1110);
32  const static unsigned int FlagCastsShadowsOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1111 1101);
33 
34  const static unsigned int FlagSuppressScalingOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1111 1011);
35 
37  const static unsigned int FlagNotShadowPass = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1111 0111);
38 
40  const static unsigned int FlagRespectScalingModeOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1110 1111);
41 
42  const static unsigned int FlagFixedScaleParametersOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1101 1111);
43 
45  const static unsigned int FlagCastsReflectionsOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 1011 1111);
46 
48  const static unsigned int FlagRenderOff = BOOST_BINARY(1111 1111 1111 1111 1111 1111 0111 1111);
49  }
50 
51 } //makVrv::
52 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)