Skip to main content

Questions tagged [vector-graphics]

For questions about scalable 2D graphics based on vector operations, as opposed to raster graphics. For example, polygons, Bézier curves and ellipses.

0 votes
0 answers
27 views

Things with hair used to be hard in computer science. I wonder whether anyone has come up with a smooth animation that turned human skin hair into cat hair by transforming the distance between the ...
Joselin Jocklingson's user avatar
0 votes
0 answers
123 views

Pre- Assume we just use triangles as primitives. So I have a very big confusion. Using a camera, we capture some part of the real world 3d object, for example, a scenery with mountains and land, or ...
Manika Sharma's user avatar
1 vote
1 answer
104 views

I'm trying to figure out how the Adobe Illustrator's Inflate effect works. Basically, it converts a vector graphics object to a 3D mesh and displaces its vertices proportionally to how far they are ...
alxpnv's user avatar
  • 13
2 votes
0 answers
124 views

I'm devising an algorithm to take a freehand curve and make a bezier spline from it. I can do this already just fine, but it's a naive implementation that creates about as many bezier curves as there ...
johnbakers's user avatar
0 votes
2 answers
342 views

I have a vertex shader happily producing all the vertices I want for a 2D plot. Now I want to also render a plot of the same data, but each point relative to the previous one, like SVG Paths using <...
Nick's user avatar
  • 11
1 vote
0 answers
109 views

Twenty years ago I made a descriptive illustration program whose output was the industrial standard Encapsulated PostScript, which is also compatible with the LaTeX system. In order to write accented ...
user2309000's user avatar
-1 votes
1 answer
1k views

Trying to understand how OpenGL generates what is seen as images & graphics and these questions come up. Are 3D lines (which should be drawn using vectors) drawn using triangles or polygons? Or ...
AncientTides's user avatar
0 votes
0 answers
132 views

I have a SVG which contains rectangles with other shapes. How can I extract all rectangle details(co-ordinates, height and width)? Find below svg details where I kept only one rectangle for reference. ...
Srikant's user avatar

15 30 50 per page