mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
102.77k stars 35.38k forks source link

Adding an SVG renderer to three.js #4875

Closed Emasoft closed 10 years ago

Emasoft commented 10 years ago

Three.js is cool, but many things in WebGL and even in CSS3D loses definition with zooming. Think about the fonts on the Periodic Table demo: they all get aliased. The solution to this is to get a full vector rendering pipeline. Browsers already supports this, and it's hardware accelerated too: SVG. Please add an SVG renderer to three.js.

WestLangley commented 10 years ago

There is an SVGRenderer already, and you can find it in the examples/js/renderers/ directory.

See http://threejs.org/examples/misc_ubiquity_test.html

chitluri-venkatesh commented 6 years ago

same for me :(