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
/
OSGCSMPerspectiveCamera.fcd
blob
2cc430ff31738ee7f6ed4b82e18987a7b3c9a64f
1
<?xml
version
=
"1.0"
?>
2
3
<FieldContainer
4
name
=
"CSMPerspectiveCamera"
5
parent
=
"PerspectiveCamera"
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
=
"false"
15
>
16
<Field
17
name
=
"eyeSeparation"
18
type
=
"Real32"
19
cardinality
=
"single"
20
visibility
=
"external"
21
access
=
"public"
22
defaultValue
=
"0.5f"
23
>
24
</Field>
25
<Field
26
name
=
"zeroParallax"
27
type
=
"Real32"
28
cardinality
=
"single"
29
visibility
=
"external"
30
access
=
"public"
31
defaultValue
=
"10.0f"
32
>
33
</Field>
34
<Field
35
name
=
"headBeacon"
36
type
=
"Node"
37
category
=
"weakpointer"
38
cardinality
=
"single"
39
visibility
=
"external"
40
>
41
</Field>
42
</FieldContainer>