changed: gcc8 base update
[opensg.git] / Source / System / NodeCores / Groups / Misc / OSGDoubleTransform.fcd
blob50c97f19c3928e7c65cb90265ebc9074f0028f00
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="DoubleTransform"
5 parent="Group"
6 library="Group"
7 structure="concrete"
8 pointerfieldtypes="both"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 isNodeCore="true"
12 docGroupBase="GrpGroupMisc"
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="Matrix4d"
19 cardinality="single"
20 visibility="external"
22 The transformation matrix.
23 </Field>
24 </FieldContainer>