Live data from Hacker News

Show HN: 3D Vector Graphics

github.com

1–10 of 60 posts

Re: Show HN: 3D Vector Graphics

#7

That's pretty cool. A commandline app that just takes an .OBJ file and renders it to an .SVG would actually be pretty useful (viewport position / orientation would of course need to be options as well).

Even cooler if I could figure out some general way of parameterizing & texturing the surface instead of just rendering the triangles. Any ideas?

Re: Show HN: 3D Vector Graphics

#9
This looks pretty great, I'll play with it. Can you explain this from the Readme?

Unfortunately, it's difficult to compute the joint formed at the boundaries of these combined shapes, so sufficient texturing is needed on the original solids for a decent result.

What is hard about computing the joint? Why does texturing help? My question is from a perspective of curious ignorance, not arrogance (i.e. me saying "don't be silly, it's easy.")

Re: Show HN: 3D Vector Graphics

#10
post #7

That's pretty cool. A commandline app that just takes an .OBJ file and renders it to an .SVG would actually be pretty useful (viewport position / orientation would of course need to be options as well).

Even cooler if I could figure out some general way of parameterizing & texturing the surface instead of just rendering the triangles. Any ideas?

Hughes Hoppe has done a variety of research that depends on finding interesting parameterizations of meshes. His papers aren't exactly lightweight on the math, but you may find some ideas there:

http://research.microsoft.com/en-us/um/people/hoppe/

http://research.microsoft.com/en-us/um/people/hoppe/proj/vfd...

http://research.microsoft.com/en-us/um/people/hoppe/proj/lap...

Post reply on HN