top of page
Field |
Type |
Format |
Size |
Range |
Description |
Example |
Gallery_name |
String |
XXXXXXXXXXXXXXX |
15 char |
1-15 |
15 characters letters, numbers or symbols |
My.gall1 |
Gallery_shape |
Integer |
NN |
5 bytes |
6-30 |
The user chooses a shape for their gallery based on the number of sides it has. |
Cuboctahedron i.e. 6 (square faces) or 110 |
K_mode |
Boolean |
N |
1 byte |
Y/N |
The user either selects to have kaleidoscope mode or not. |
1 (kaleidoscope mode) |
Image_select |
Integer |
NN |
5 bytes |
1-30 |
Number of images available to be included in gallery, determined by Gallery_shape |
20 or 10100 |
Face |
Record |
|
64 bytes |
|
Array of vertices and image file name (string) |
|
Gallery_data |
Array of faces |
|
Depending on shape |
|
List of faces in Polyhedron |
|
Gallery |
Record |
|
|
|
Comprised of name, shape, mode and data. |
|
DATA DICTIONARY
bottom of page