SmallChange
1.0.0
A collection of extensions to Coin3D
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
y
~
Variables
a
b
c
d
e
f
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Modules
Pages
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
};
23
class
SMALLCHANGE_DLL_API
SmSceneryView
:
public
SoNode
{
…
};
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 Thu Mar 27 2025 20:19:04 for SmallChange by
1.10.0