Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding an SVG renderer to three.js #4875

Closed
Emasoft opened this issue Jun 2, 2014 · 2 comments
Closed

Adding an SVG renderer to three.js #4875

Emasoft opened this issue Jun 2, 2014 · 2 comments

Comments

@Emasoft
Copy link

Emasoft commented Jun 2, 2014

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
Copy link
Collaborator

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

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants