Freddie R

Results 4 issues of 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: ![image](https://user-images.githubusercontent.com/14854492/113461742-bb263700-9415-11eb-9d5e-196b15754737.png) 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...

enhancement

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...

enhancement