From e23f1f31ce4ca52a1729a26e90988fdd0bdde343 Mon Sep 17 00:00:00 2001 From: Moritz Staffel Date: Wed, 17 Apr 2024 14:07:50 +0200 Subject: [PATCH 1/2] Allow to define a color for a single color emitter #160 --- gdtf-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index 7a6bf13..f771b1d 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -1385,7 +1385,7 @@ the Beam are specified in [table 41](#user-content-table-41 ). | BeamRadius | [Float](#user-content-attrtype-float ) | Beam radius on starting point. Default value: 0.05; Unit: meter. | | BeamType | [Enum](#user-content-attrtype-enum ) | Beam Type; Specified values: "Wash", "Spot", "None", "Rectangle", "PC", "Fresnel", "Glow". Default value "Wash" | ColorRenderingIndex | [Uint](#user-content-attrtype-uint ) | The CRI according to TM-30 is a quantitative measure of the ability of the light source showing the object color naturally as it does as daylight reference. Size 1 byte. Default value 100. | -| EmitterSpectrum | [Node](#user-content-attrtype-node ) | Optional link to emitter in the physical description; use this to define the white light source of a subtractive color mixing system. Starting point: Emitter Collect; Default spectrum is a Black-Body with the defined ColorTemperature. | +| EmitterSpectrum | [Node](#user-content-attrtype-node ) | Optional link to emitter in the physical description; use this to define the white light source of a subtractive color mixing system or the default color for the beam when no other color mixing systems are defined. Starting point: Emitter Collect; Default spectrum is a Black-Body with the defined ColorTemperature. | From 8538efae2f3f44766160f9cf0db77f0cbbd0e18e Mon Sep 17 00:00:00 2001 From: Moritz Staffel Date: Thu, 18 Apr 2024 14:26:50 +0200 Subject: [PATCH 2/2] Update gdtf-spec.md --- gdtf-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index f771b1d..8a97672 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -1385,7 +1385,7 @@ the Beam are specified in [table 41](#user-content-table-41 ). | BeamRadius | [Float](#user-content-attrtype-float ) | Beam radius on starting point. Default value: 0.05; Unit: meter. | | BeamType | [Enum](#user-content-attrtype-enum ) | Beam Type; Specified values: "Wash", "Spot", "None", "Rectangle", "PC", "Fresnel", "Glow". Default value "Wash" | ColorRenderingIndex | [Uint](#user-content-attrtype-uint ) | The CRI according to TM-30 is a quantitative measure of the ability of the light source showing the object color naturally as it does as daylight reference. Size 1 byte. Default value 100. | -| EmitterSpectrum | [Node](#user-content-attrtype-node ) | Optional link to emitter in the physical description; use this to define the white light source of a subtractive color mixing system or the default color for the beam when no other color mixing systems are defined. Starting point: Emitter Collect; Default spectrum is a Black-Body with the defined ColorTemperature. | +| EmitterSpectrum | [Node](#user-content-attrtype-node ) | Optional link to emitter in the physical description; use this to define the white light source of a subtractive color mixing system or the color for the beam when no color mixing is defined. Starting point: Emitter Collect; Default spectrum is a Black-Body with the defined ColorTemperature. |