changed: gcc8 base update
[opensg.git] / Source / System / NodeCores / Groups / Misc / OSGTransform.fcd
blobb6d31bf197a82071f27cb7732bc6f792d546ca05
1 <?xml version="1.0" ?>
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"
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"
22 The transformation matrix.
23 </Field>
24 </FieldContainer>