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
/
System
/
NodeCores
/
Drawables
/
Geometry
/
Instancing
/
OSGGeoInstancer.fcd
blob
235959c06e0c9210f62ce7b2e6f9f921f1af783b
1
<?xml
version
=
"1.0"
?>
2
3
<FieldContainer
4
name
=
"GeoInstancer"
5
parent
=
"MaterialDrawable"
6
library
=
"Drawable"
7
pointerfieldtypes
=
"both"
8
structure
=
"concrete"
9
systemcomponent
=
"true"
10
parentsystemcomponent
=
"true"
11
decoratable
=
"false"
12
docGroupBase
=
"GrpDrawablesGeometry"
13
>
14
<Field
15
name
=
"numInstances"
16
type
=
"UInt32"
17
cardinality
=
"single"
18
visibility
=
"external"
19
defaultValue
=
"1"
20
access
=
"public"
21
>
22
</Field>
23
<Field
24
name
=
"baseGeometry"
25
type
=
"Geometry"
26
category
=
"childpointer"
27
cardinality
=
"single"
28
visibility
=
"external"
29
defaultValue
=
"NULL"
30
access
=
"public"
31
linkParentField
=
"Parents"
32
>
33
</Field>
34
</FieldContainer>