repo.or.cz
/
opensg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed: auto_ptr -> unique_ptr
[opensg.git]
/
Source
/
Contrib
/
ComplexSceneManager
/
Passive
/
OSGCSMPassiveWindow.fcd
blob
ee7d135c27b14a483721c11fa5fbbd48decccf9c
1
<?xml
version
=
"1.0"
?>
2
3
<FieldContainer
4
name
=
"CSMPassiveWindow"
5
parent
=
"CSMWindow"
6
library
=
"ContribCSM"
7
pointerfieldtypes
=
"both"
8
structure
=
"concrete"
9
systemcomponent
=
"true"
10
parentsystemcomponent
=
"true"
11
decoratable
=
"false"
12
useLocalIncludes
=
"false"
13
isNodeCore
=
"false"
14
isBundle
=
"true"
15
>
16
<Field
17
name
=
"viewportScale"
18
type
=
"Vec2f"
19
cardinality
=
"single"
20
visibility
=
"external"
21
access
=
"public"
22
defaultValue
=
"1.f, 1.f"
23
>
24
</Field>
25
<Field
26
name
=
"clearOp"
27
type
=
"CSMPassiveWinClearOp"
28
category
=
"pointer"
29
cardinality
=
"single"
30
visibility
=
"external"
31
access
=
"public"
32
defaultValue
=
"NULL"
33
>
34
</Field>
35
</FieldContainer>