VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvOsg
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)