From e70d58805492386768be616363b5f037c7a10607 Mon Sep 17 00:00:00 2001 From: Moritz Staffel Date: Wed, 15 May 2024 11:36:42 +0200 Subject: [PATCH] Add more to references here --- gdtf-spec.md | 1 + proposal/light-distribution-proposal/proposal.md | 1 + 2 files changed, 2 insertions(+) diff --git a/gdtf-spec.md b/gdtf-spec.md index cf8ac1f..45505b4 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -1585,6 +1585,7 @@ for these geometries. | Position | [Matrix](#user-content-attrtype-matrix ) | Relative position of geometry; Default value: Identity Matrix | | Geometry | [Name](#user-content-attrtype-name ) | Name of the referenced geometry. Only top level geometries are allowed to be referenced. | | Model | [Name](#user-content-attrtype-name ) | Optional. Link to the corresponding model. The model only replaces the model of the parent of the referenced geometry. The models of the children of the referenced geometry are not affected. The starting point is Models Collect. If model is not set, the model is taken from the referenced geometry. | +| LightDistribution | [Resource](#user-content-attrtype-resource ) | Optional. File name without extension and without subfolder containing description of the IES or EULUMDAT file in the subfolder `./light_distribution/`. The LightDistribution only replaces the LightDistribution of the parent of the referenced geometry. The LightDistribution of the children of the referenced geometry are not affected. The starting point is Models Collect. If LightDistribution is not set, the LightDistribution is taken from the referenced geometry. | diff --git a/proposal/light-distribution-proposal/proposal.md b/proposal/light-distribution-proposal/proposal.md index feb38cd..5679367 100644 --- a/proposal/light-distribution-proposal/proposal.md +++ b/proposal/light-distribution-proposal/proposal.md @@ -15,6 +15,7 @@ We want to add the option to define the light distribution for fixtures inside t ### New Attribute LightDistribution We will add attribute `LightDistribution` to the Beam Geometry. This defines the default light distribution for the fixture. +We will add attribute `LightDistribution` to the Reference Geometry. This overwrites the default light distribution for the linked Beam. Inside the `ChannelFunction` and the `SubChannelSet` we also will add this this attribute, so that the fixture can change the behavior depending on the current status of the fixture. This will also define a range. When the `LightDistribution` is an attribute of the `ChannelFunction` it applies to all Beams, while when it is in a child node you can specify the beam it is for.