-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
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
SVG support? #1
Comments
I'm not 100% sure but I think allows easier event listening for shapes (like detecting if you're rollovering an object). Also lets you render without antialias which can boost performance (and doesn't have non-antialias option). It definitely have some benefits. |
SVG is great for interactivity - you can observe all standard DOM element events on individual items. |
ghost
mentioned this issue
Oct 13, 2012
mrdoob
pushed a commit
that referenced
this issue
Dec 10, 2012
mrdoob
pushed a commit
that referenced
this issue
Jan 20, 2015
mrdoob
pushed a commit
that referenced
this issue
Mar 9, 2015
mrdoob
pushed a commit
that referenced
this issue
Mar 12, 2015
mrdoob
pushed a commit
that referenced
this issue
Jun 24, 2015
.clone() and .toJSON() added to AreaLight
ghost
mentioned this issue
Nov 21, 2015
mrdoob
pushed a commit
that referenced
this issue
Feb 13, 2016
Modify smoothing pattern to support multiple digits
Closed
13 tasks
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Jun 5, 2020
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Jul 17, 2020
fix intersectsBox
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Aug 11, 2020
Fraguada rhino3dm loader
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Aug 30, 2020
…hanced Refactored controls to use events instead of functions in subclass
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Oct 14, 2020
…oject" (mrdoob#1) Change translation "New" to "New Project" and add "Load Project" and "Save Project". French and Chinese translations would be missing.
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Oct 15, 2020
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Nov 13, 2020
Update FBXLoader.js
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Nov 13, 2020
Read object name from .3dm file
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Feb 8, 2021
Improve encoding - lazy loading, SIMD, quality...
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Mar 1, 2021
Updating my fork with changes.
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Apr 6, 2021
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Jun 30, 2021
fetch downstream
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Aug 3, 2021
Merge with main repo
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Sep 16, 2021
…lf-lookup Multiple Associations & Self Lookup
ThorstenBux
pushed a commit
to ThorstenBux/three.js
that referenced
this issue
Oct 19, 2021
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Nov 1, 2021
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Jan 22, 2022
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
May 13, 2022
…aram Removed unused parameter SelectionHelper.js
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Nov 27, 2022
…tch-1 Update README.md
3jsLive
pushed a commit
to 3jsLive/three.js
that referenced
this issue
Mar 2, 2023
Trackball zoom limit
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I know most platforms which support SVG support Canvas too. SVG is just another layer of complexity to what is looking like an awesome tool. In my opinion it's better to focus dev on just Canvas.
The text was updated successfully, but these errors were encountered: