changed: gcc8 base update
[opensg.git] / Source / System / NodeCores / Groups / Base / OSGMaterialGroup.fcd
blob3140fc19e03285c8de411e04986efe71889e1f71
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="MaterialGroup"
5 parent="Group"
6 library="System"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 isNodeCore="true"
12 docGroupBase="GrpSystemNodeCoreGroups"
15 MaterialGroup is a standard group node that allows for a material to be set
16 that will override all materials in the entire subtree. This can be useful
17 if you want to disable materials in a subtree or if a large group of geometry
18 nodes should have the same material applied.
20 <Field
21 name="material"
22 type="MaterialPtr"
23 cardinality="single"
24 visibility="external"
25 access="public"
27 </Field>
28 </FieldContainer>