changed: gcc8 base update
[opensg.git] / Source / System / NodeCores / Groups / Misc / OSGMaterialChunkOverrideGroup.fcd
blobc85cbd6da3ce2639366026b2c7e05c6a78121727
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="MaterialChunkOverrideGroup"
5 parent="ChunkOverrideGroup"
6 library="Group"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 isNodeCore="true"
12 authors="Johannes Brunen"
13 docGroupBase="GrpGroupMisc"
15 MaterialChunkOverrideGroup is a ChunkOverrideGroup node that takes a
16 material instead of individual chunks. If the material can't be finalized
17 to a ChunkMaterial the class behaves exactly as the MaterialGroup class,
18 i.e. overwriting the complete material instead of individual chunks.
20 <Field
21 name="material"
22 type="Material"
23 cardinality="single"
24 visibility="external"
25 access="public"
26 category="pointer"
28 </Field>
29 </FieldContainer>