changed: gcc8 base update
[opensg.git] / Source / System / NodeCores / Groups / Light / OSGPointLight.fcd
blob3a5f77903303e23a57ee6dc68c945623d36519ec
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="PointLight"
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 PointLight is a located lightsource. The position of the light source
15 (in the beacon's coordinate system) is defined by the \c position
16 attribute. The influence of the light diminishes with distance, controlled
17 by the \c constantAttenuation, \c linearAttenuation and \c
18 quadraticAttenuation attributes.
19 <Field
20 name="position"
21 type="Pnt3f"
22 cardinality="single"
23 visibility="external"
24 defaultValue="0.f,0.f,0.f"
26 </Field>
27 </FieldContainer>