{#if appSettings.value.showGrid} {/if} {#if geometries} {#each geometries as geo (geo.id)} {#if appSettings.value.debug.showIndices} {#each geo.attributes.position.array, i (i)} {#if i % 3 === 0} {/if} {/each} {/if} {#if appSettings.value.debug.showVertices} {/if} {/each} {/if} {#if appSettings.value.debug.showStemLines && lines} {#each lines as line (line[0].x + '-' + line[0].y + '-' + '' + line[0].z)} {/each} {/if}