{#if appSettings.value.showGrid} {/if} {#if geometries} {#each geometries as geo} {#if appSettings.value.debug.showIndices} {#each geo.attributes.position.array as _, 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} {/each} {/if}