Schlagwort: 3D

  • Let’s make some 3D in Svelte: Meshes and more

    Let’s make some 3D in Svelte: Meshes and more

    In the last article, we created a small scene with a cube. But we have only just begun. The world is „enlightened“ by our directional light. However, something is still missing. Where there is light, there is also shadow. Shadows are quite easy to implement. But first, we need to create a floor on which…