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
/
Dynamics
/
Skeleton
/
OSGSkinningAlgorithm.fcd
blob
7b40c62e906f6fca1f27cbe3157b148849a145a8
1
<?xml
version
=
"1.0"
?>
2
3
<FieldContainer
4
name
=
"SkinningAlgorithm"
5
parent
=
"Algorithm"
6
library
=
"Dynamics"
7
pointerfieldtypes
=
"both"
8
structure
=
"abstract"
9
systemcomponent
=
"true"
10
parentsystemcomponent
=
"true"
11
decoratable
=
"false"
12
childFields
=
"both"
13
parentFields
=
"none"
14
>
15
<Field
16
name
=
"skin"
17
type
=
"SkinnedGeometry"
18
category
=
"parentpointer"
19
cardinality
=
"single"
20
visibility
=
"external"
21
access
=
"none"
22
defaultValue
=
"NULL"
23
>
24
</Field>
25
26
<Field
27
name
=
"skeleton"
28
type
=
"Skeleton"
29
category
=
"pointer"
30
cardinality
=
"single"
31
visibility
=
"external"
32
access
=
"public"
33
defaultValue
=
"NULL"
34
>
35
</Field>
36
37
</FieldContainer>