tesselation
Is there a way to force GLUtessellator to use GL_TRIANGLES only?
I\'m trying to use GLUtesselator to produce 3D extruded text in OpenGL. Here is the relevant code: private boolean createText(final String displayText)[详细]
2023-03-16 16:35 分类:问答Why is gluTess not working on first call?
I am using the gluTess* functions to draw non-convex polygons. To avoid redoing the tesselation at every step, I store the result in an array and use the vertex array capabilities of OpenGL to draw.[详细]
2023-03-15 02:35 分类:问答plotting and coloring data on irregular grid
I have data in the form (x, y, z) where x and y are not on a regular grid. I wish to display a 2D colormap of these data, with intensity (say, grey scale) mapped to the z variable. An obvious solution[详细]
2023-02-23 14:20 分类:问答I have an OpenGL Tessellated Sphere and I want to cut a cylindrical hole in it
I am working on a piece of software which generated a polygon mesh to represent a sphere, and I want to cut a hole through the sphere. This polygon mesh is only an overlay across the surface of the sp[详细]
2023-01-20 06:46 分类:问答-
Efficient Packing Algorithm for Regular Polygons
I\'m looking for a packing algorithm which will reduce a regular polygon into re开发者_StackOverflow社区ctangles and right triangles. The algorithm should attempt to use as few such shapes as possible[详细]
2023-01-07 23:17 分类:问答 Attempting to find a formula for tessellating rectangles onto a board, where middle square can't be used
I\'m working on a spatial stacking problem... at the moment I\'m trying to solve in 2D but will eventually have to make this work in 3D.[详细]
2022-12-23 06:54 分类:问答Tessellating an arbitrary polygon by tiling triangles
I need to fill an arbitrary polygon using a near-uniform tiling of triangles. How would I do this? You may provide either references to existing algorithms or even simply ideas or hints of your own.[详细]
2022-12-15 15:08 分类:问答Triangulated Irregular Networks from qhull
I 开发者_JAVA百科wanted to create TINs from 3D points (about 7 million in every file) using qhull.[详细]
2022-12-10 01:47 分类:问答