Comment on Show HN: I made a 3D SVG Renderer that projects textures without rasterizationparentComments−itishappy1ySVG has no concept of 3d space so you'd have to write your own SVG rasterizer if you want it to render perspective.−leptons1ySVG is the wrong tool for this job.−rixed1y...and transfer all those pixels to the browser.
Comments
SVG has no concept of 3d space so you'd have to write your own SVG rasterizer if you want it to render perspective.
SVG is the wrong tool for this job.
...and transfer all those pixels to the browser.