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
changed: gcc8 base update
[opensg.git]
/
Source
/
System
/
NodeCores
/
Groups
/
Misc
/
OSGTransform.fcd
blob
b6d31bf197a82071f27cb7732bc6f792d546ca05
1
<?xml
version
=
"1.0"
?>
2
3
<FieldContainer
4
name
=
"Transform"
5
parent
=
"Group"
6
library
=
"Group"
7
structure
=
"concrete"
8
pointerfieldtypes
=
"both"
9
systemcomponent
=
"true"
10
parentsystemcomponent
=
"true"
11
isNodeCore
=
"true"
12
docGroupBase
=
"GrpGroupMisc"
13
>
14
The basic Transformation class. Just keeps a single matrix. For more complex
15
behaviour, see its descendents.
16
<Field
17
name
=
"matrix"
18
type
=
"Matrix"
19
cardinality
=
"single"
20
visibility
=
"external"
21
>
22
The transformation matrix.
23
</Field>
24
</FieldContainer>