changed: gcc8 base update
[opensg.git] / Source / System / State / OpenGL / OSGTransformChunk.fcd
blob794470bfb229b6f9f25ea7f1675005e592b5272a
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="TransformChunk"
5 parent="StateChunk"
6 library="State"
7 structure="concrete"
8 pointerfieldtypes="both"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpStateOpenGL"
13 See \ref PageSystemTransformChunk for a description.
15 This chunk wraps glMultMatrix() for the GL_MODELVIEW matrix mode.
16 <Field
17 name="matrix"
18 type="Matrix"
19 cardinality="single"
20 visibility="external"
22 </Field>
23 </FieldContainer>