VR-Forces 4.1.1 Class Documentation
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 #ifndef DtOsgNodeTraversalFlags_H_
14 #define DtOsgNodeTraversalFlags_H_
15 
16 namespace makVrv
17 {
18 
19  namespace DtOsgNodeFlags
20  {
22  const static unsigned int FlagAllOn = 0xFFFFFFFF;
23 
24  const static unsigned int FlagSolidOff = 0x7FFFFFFF;
25  const static unsigned int FlagPickableOff = 0xBFFFFFFF;
26 
27  const static unsigned int FlagReceivesShadowsOff = 0xFFFFFFFE;
28  const static unsigned int FlagCastsShadowsOff = 0xFFFFFFFD;
29 
30  const static unsigned int FlagSuppressScalingOff = 0xFFFFFFFB;
31 
33  const static unsigned int FlagNotShadowPass = 0xFFFFFFF7;
34 
36  const static unsigned int FlagRespectScalingModeOff = 0xFFFFFFEF;
37 
38  const static unsigned int FlagFixedScaleParametersOff = 0xFFFFFFDF;
39  }
40 
41 } //makVrv::
42 
43 #endif

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)