File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 11
11
}
12
12
```
13
13
14
+ ## Space
15
+
16
+ ### Refresh Space
17
+
18
+ Describes the virtual items in the space
19
+
20
+ ``` javascript
21
+ {
22
+ type: ' space' ;
23
+ screen : {
24
+ position: { x: number; y: number; z: number };
25
+ };
26
+ sky: {
27
+ color: string;
28
+ };
29
+ viewer: {
30
+ position: { x: number; y: number; z: number }
31
+ };
32
+ geometry: unknown[];
33
+ }
34
+ ```
35
+
36
+ The geometry shall describe "drawn" geometries outlined by the presenter
37
+
14
38
## Screen
15
39
16
40
### Show Image
Original file line number Diff line number Diff line change 23
23
24
24
# Post-MVP
25
25
26
+ ## Define screen location
27
+
28
+ Allow the presenter to use controls to define where the screen is located
29
+
30
+ ## Define geometry
31
+
32
+ Allow the presenter to define stage geometry; e.g. a podium
33
+
26
34
## Record the presentation
27
35
28
36
* Record viewer data
You can’t perform that action at this time.
0 commit comments