/* Parse echo3D database */
for (let entry of db) { // Iterage over all database entries
var srcFile = "https://console.echo3D.co/query?key=" + apiKey + "&file=";
var typeFile = entry['hologram'].filename.toLowerCase().split('.').pop();
switch (entry['hologram'].type) {
srcFile += entry['hologram'].storageID;
srcFile += entry['hologram'].storageID;
srcFile += entry['additionalData'].glbHologramStorageID;
var x = (entry['additionalData'].x) ?
parseFloat(entry['additionalData'].x) : 0;
// Do something with the entry