Skip to content

Commit

Permalink
Allow to define a color for a single color emitter #160
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzstaffel committed Apr 17, 2024
1 parent bff9ddf commit e23f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdtf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

</div>

Expand Down

0 comments on commit e23f1f3

Please sign in to comment.