{"version":3,"file":"5.B9g6qWg6.js","sources":["../../../../../../src/routes/smooth_procedural_meshes/delta_t_penalty_comparison_normal/+page.svelte"],"sourcesContent":["<script lang=\"ts\">\n\timport { onMount } from 'svelte';\n\n\tonMount(() => {\n\t\tconst script = document.createElement('script');\n\t\tscript.defer = true;\n\t\tscript.src = 'https://unpkg.com/img-comparison-slider@7/dist/index.js';\n\t\tdocument.body.appendChild(script);\n\t});\n</script>\n\n<svelte:head>\n\t<style lang=\"css\">\n\t\timg-comparison-slider {\n\t\t\tvisibility: hidden;\n\t\t}\n\n\t\timg-comparison-slider [slot='second'] {\n\t\t\tdisplay: none;\n\t\t}\n\n\t\timg-comparison-slider.rendered {\n\t\t\tvisibility: inherit;\n\t\t}\n\n\t\timg-comparison-slider.rendered [slot='second'] {\n\t\t\tdisplay: unset;\n\t\t}\n\t</style>\n</svelte:head>\n\n<img-comparison-slider style=\"max-height: 100vh\">\n\t<img\n\t\tstyle=\"width: 100%\"\n\t\tslot=\"first\"\n\t\tsrc=\"https://i.ameo.link/dj4.avif\"\n\t\tloading=\"lazy\"\n\t\talt=\"A screenshot of a curved portion of a smooth mesh rendered with `MeshNormalMaterial` in Three.JS.  There are notable shading artifacts along the curve which show up as trianglular discontinuities in the coloration.\"\n\t/>\n\t<img\n\t\tstyle=\"width: 100%\"\n\t\tslot=\"second\"\n\t\tsrc=\"https://i.ameo.link/dj5.avif\"\n\t\tloading=\"lazy\"\n\t\talt=\"A screenshot of a curved portion of a smooth mesh rendered with `MeshNormalMaterial` in Three.JS.  There are still some minor shading artifacts along the curve, but they're very significantly reduced and appear more as subtle smudges rather than sharp discontinuities.\"\n\t/>\n</img-comparison-slider>\n\n<style>\n\t:global(body) {\n\t\toverflow: hidden;\n\t}\n</style>\n"],"names":["onMount","script"],"mappings":";;;;;;;;;;;;;;2vBAAA,SAGCA,EAAA,IAAc,OACPC,EAAS,SAAS,cAAc,QAAQ,EAC9CA,EAAO,MAAQ,GACfA,EAAO,IAAM,0DACb,SAAS,KAAK,YAAYA,CAAM,CACjC,CAAC,4EACF"}