Freddie R
Freddie R
While using the online (though local) converter, the issue: `Error: NetworkError when attempting to fetch resource` crops up when I try and save both CharString and Image to project/images folder....
## Anti Aliasing When exporting pngs of text Pixlr, it anti-alias the edges:  This is nice, but when I try and convert it in the online editor, I have...
In three.js normally, it is possible to use selective passes (e.g. [here](https://threejs.org/examples/?q=bloom#webgl_postprocessing_unreal_bloom_selective) and [here](https://codepen.io/prisoner849/pen/LYLrawm)) by rendering multiple layers. Using the inbuilt postprocessing in Threlte is something similar possible natively (applying...
While `Mesh` has been implemented fine, `Points` has not been put in. It can be bodged in very easily, but duplicating the `Mesh.svelte`, replacing ```js setup(new THREE.Mesh(geometry, material)); ``` with...