From 8cfc613a3d630a9489e772aeaa719d811b5f3ec4 Mon Sep 17 00:00:00 2001 From: Palakis Date: Thu, 20 Apr 2017 17:08:51 +0200 Subject: [PATCH] Protocol spec: add missing scene visibility field in spec --- PROTOCOL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PROTOCOL.md b/PROTOCOL.md index 007c3547..51032f98 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -300,6 +300,7 @@ Objects in the "sources" array have the following fields : - **"source_cy"** (integer) : height of the item (without scale applied) - **"cx"** (double) : width of the item (with scale applied) - **"cy"** (double) : height of the item (with scale applied) +- **"render"** (bool) : visibility of the source in the scene ---