VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvDiGuy
DtDiGuyOsgGraphicsShape.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtDiGuyOsgGraphicsShape.h,v $ $Revision: 1.6 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtDiGuyOsgGraphicsShape_H_
14
#define DtDiGuyOsgGraphicsShape_H_
15
16
#include <
vrvDiGuy/vrvDiGuy.h
>
17
#include <diguyGraphicsShape.h>
18
19
namespace
osg
20
{
21
class
Switch;
22
class
LOD;
23
}
24
25
namespace
makVrv
26
{
29
class
DT_DLL_VRVDIGUY
DtDiGuyOsgGraphicsShape
:
public
diguyGraphicsShape
30
{
31
public
:
32
33
static
diguyGraphicsShape
* create(
void
* internal_data);
34
35
~
DtDiGuyOsgGraphicsShape
();
36
37
virtual
void
build();
38
virtual
void
unbuild();
39
virtual
void
show();
40
virtual
void
hide();
41
42
protected
:
43
44
DtDiGuyOsgGraphicsShape
(
void
* internal_data);
45
46
osg::Switch*
mySwitchNode
;
47
osg::LOD*
myLODNode
;
48
};
49
}
50
51
#endif
52
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
)