From 329fb5ef1925d4c30dd813a44d8202c7599a68b1 Mon Sep 17 00:00:00 2001
From: petrvanekrobe <45997318+petrvanekrobe@users.noreply.github.com>
Date: Thu, 2 May 2024 14:25:18 +0200
Subject: [PATCH] Update wheel slot description not to have to be unique
Update wheel slot description not to have to be unique
---
gdtf-spec.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdtf-spec.md b/gdtf-spec.md
index 6521e8d9..4bf17103 100644
--- a/gdtf-spec.md
+++ b/gdtf-spec.md
@@ -508,7 +508,7 @@ currently defined XML attributes of the wheel slot are specified in
| XML Attribute Name | Value Type | Description |
|----|----|----|
-| Name | [Name](#user-content-attrtype-name ) | The unique name of the wheel slot |
+| Name | [Name](#user-content-attrtype-name ) | The name of the wheel slot |
| 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.
- Maximum resolution of picture: 1024x1024
- Recommended resolution of gobo: 256x256
- Recommended resolution of animation wheel: 256x256
These resource files are located in a folder called `./wheels` in the zip archive. Default value: empty. |