changed: gcc8 base update
[opensg.git] / Source / System / NodeCores / Groups / Light / OSGDirectionalLight.fcd
blob557a31187024a0a831c93574099c41145760e18f
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="DirectionalLight"
5 parent="Light"
6 library="Group"
7 structure="concrete"
8 pointerfieldtypes="none"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 isNodeCore="true"
12 docGroupBase="GrpGroupLight"
14 DirectionalLight is an infinitely distant lightsource. Its only
15 attribute is the light's direction.
16 <Field
17 name="direction"
18 type="Vec3f"
19 cardinality="single"
20 visibility="external"
21 defaultValue="0.f,0.f,1.f"
23 </Field>
24 </FieldContainer>