SmallChange
1.0.0
A collection of extensions to Coin3D
Loading...
Searching...
No Matches
SmSceneryView.h
1
#ifndef SM_SCENERYVIEW_H
2
#define SM_SCENERYVIEW_H
3
4
#include <Inventor/SbBasic.h>
5
6
#include <Inventor/fields/SoSFBool.h>
7
#include <Inventor/fields/SoSFInt32.h>
8
#include <Inventor/fields/SoSFFloat.h>
9
#include <Inventor/fields/SoMFVec3f.h>
10
#include <Inventor/fields/SoMFInt32.h>
11
12
#include <Inventor/nodes/SoSubNode.h>
13
#include <Inventor/nodes/SoNode.h>
14
15
#include <SmallChange/basic.h>
16
17
class
SoFieldSensor
;
18
class
SoSensor
;
19
class
SoPrimitiveVertex
;
20
class
SoFaceDetail
;
21
class
SoGLImage
;
22
23
class
SMALLCHANGE_DLL_API
SmSceneryView
:
public
SoNode
{
24
typedef
SoNode
inherited
;
25
26
SO_NODE_HEADER(
SmSceneryView
);
27
28
public
:
29
static
void
initClass(
void
);
30
SmSceneryView
(
void
);
31
32
SoSFInt32 viewId;
33
SoMFVec3f hotspots;
34
SoSFBool hotCamera;
35
36
SoSFFloat blockRottger;
37
SoSFFloat loadRottger;
38
39
SoMFInt32 renderSequence;
40
41
SoSFBool visualDebug;
42
43
protected
:
44
virtual
~SmSceneryView
(
void
);
45
46
private
:
47
48
};
49
50
#endif
// !SM_SCENERYVIEW_H
SbList
Definition
misc/SbList.h:69
SmSceneryView
Definition
SmSceneryView.h:23
SoNode
lib
SmallChange
nodes
SmSceneryView.h
Generated on Tue Sep 10 2024 20:35:47 for SmallChange by
1.10.0