changed: gcc8 base update
[opensg.git] / Source / System / NodeCores / Groups / DynamicStateGenerators / OSGDynamicStateGenerator.fcd
blobcfd0a1eb38566bb9fcfd4cc834738672d7f353a2
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="DynamicStateGenerator"
5 parent="ChunkOverrideGroup"
6 mixinparent="DynamicStateGeneratorParent"
7 library="Group"
8 pointerfieldtypes="both"
9 structure="concrete"
10 systemcomponent="true"
11 parentsystemcomponent="true"
12 decoratable="false"
13 useLocalIncludes="false"
14 isNodeCore="true"
15 docGroupBase="GrpGroupDynamicStateGenerators"
17 Base for dynamic materials like dynamic cube env maps
18 <Field
19 name="renderTarget"
20 type="FrameBufferObjectPtr"
21 cardinality="single"
22 visibility="external"
23 defaultValue="NULL"
24 access="protected"
26 The FBO to target for rendering this subtree.
27 </Field>
28 </FieldContainer>