Skip to content

Commit

Permalink
Merge pull request #189 from mvrdevelopment/beam-type-proposal
Browse files Browse the repository at this point in the history
Add new Types to LampType
  • Loading branch information
moritzstaffel authored Apr 17, 2024
2 parents 1d0f17b + 18605cd commit 253e5ba
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 @@ -1368,7 +1368,7 @@ the Beam are specified in [table 41](#user-content-table-41 ).
| Name | [Name](#user-content-attrtype-name ) | The unique name of the geometry. Recommendation for a light source of a conventional or moving head or a projector is “Beam”. Note 1: Beam is usually mounted to Head or Body. Recommendation for a self-emitting single light source is “Pixel”. Note 2: Pixel is usually mounted to Head or Body. Recommendation for a number of Pixel that are controlled at the same time is “Array”. Note 3: Array is usually mounted to Head or Body. Recommendation for a light source of a moving mirror is “Mirror”. Note 4: Mirror is usually mounted to Yoke. |
| Model | [Name](#user-content-attrtype-name ) | Link to the corresponding model. |
| Position | [Matrix](#user-content-attrtype-matrix ) | Relative position of geometry; Default value: Identity Matrix |
| LampType | [Enum](#user-content-attrtype-enum ) | Defines type of the light source; The currently defined types are: Discharge, Tungsten, Halogen, LED; Default value “Discharge” |
| LampType | [Enum](#user-content-attrtype-enum ) | Defines type of the light source; The currently defined types are: Discharge, Tungsten, Halogen, LED, Plasma, Laser, Other; Default value “Discharge” |
| PowerConsumption | [Float](#user-content-attrtype-float ) | Power consumption; Default value: 1000; Unit: Watt |
| LuminousFlux | [Float](#user-content-attrtype-float ) | Intensity of all the represented light emitters; Default value: 10000; Unit: lumen |
| ColorTemperature | [Float](#user-content-attrtype-float ) | Color temperature; Default value: 6000; Unit: kelvin |
Expand Down

0 comments on commit 253e5ba

Please sign in to comment.