changed: gcc8 base update
[opensg.git] / Source / System / NodeCores / Groups / Light / Shadow / Engines / OSGSimpleShadowMapEngine.fcd
blob7be2b86f6ba2022efb1e36463254443b7524f4b1
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="SimpleShadowMapEngine"
5 parent="ShadowMapEngine"
6 library="Group"
7 structure="concrete"
8 pointerfieldtypes="both"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 isNodeCore="false"
12 docGroupBase="GrpGroupLightShadowEngines"
14 <Field
15 name="shadowColor"
16 category="data"
17 type="Color4f"
18 cardinality="single"
19 visibility="external"
20 defaultValue="0.f, 0.f, 0.f, 1.f"
21 access="public"
23 </Field>
24 <Field
25 name="forceTextureUnit"
26 type="Int32"
27 cardinality="single"
28 visibility="external"
29 defaultValue="-1"
30 access="public"
32 </Field>
33 </FieldContainer>