Skip to content

Commit

Permalink
Add SpecialFunction flag to Slot
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvanekrobe committed Oct 8, 2024
1 parent b21c79d commit 7cdd855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdtf-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ currently defined XML attributes of the wheel slot are specified in
| Color | [ColorCIE](#user-content-attrtype-colorcie ) | Color of the wheel slot, Default value: {0.3127, 0.3290, 100.0 } (white) For Y give relative value compared to overall output defined in property Luminous Flux of related Beam Geometry (transmissive case). |
| Filter | [Node](#user-content-attrtype-node ) | Optional. Link to filter in the physical description; Do not define color if filter is used; Starting point: Filter Collect |
| MediaFileName | [Resource](#user-content-attrtype-resource ) | Optional. PNG file name without extension containing image for specific gobos etc. <br />- Maximum resolution of picture: 1024x1024<br />- Recommended resolution of gobo: 256x256<br />- Recommended resolution of animation wheel: 256x256<br />These resource files are located in a folder called `./wheels` in the zip archive. Default value: empty. |
| SpecialFunction | [Enum](#user-content-attrtype-enum ) | Defines special function of the Slot. Currently defined values are "None", "Open" - the slot is not affecting the beam, "Closed" - the slot is completely blocking the beam. Default value is "None". |
</div>

As children the attribute node can have a list of [Prism
Expand Down

0 comments on commit 7cdd855

Please sign in to comment.