Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Computer Graphics

Questions tagged [computational-geometry]

Ask Question

Problems involving meshes and other geometry representations, and manipulating, transforming, or extracting information from them; algorithms for solving geometrical problems such as computing intersections, filling holes, triangulating a shape, etc.

214 questions
Filter by
Sorted by
Tagged with
3votes
0answers
78views

Given any set of 3D points, can we always make non-overlapping tetrahedrons from them where the union of tetrahedrons exactly fill the convex hull of the input points?AFAIK, given any set of 2D ...
1vote
1answer
90views

I would like to be able to insert random faces into a half edge, assuming the new face does not share any edge with more than one existing face.There is one scenario which is proving quite difficult ...
3votes
1answer
93views

I got recommended this stackexchange from stackoverflow.I am in python loading 3D models of LEGO pieces as meshes from the ldraw library (their data consists of vertices, normals and faces). I want ...
1vote
0answers
48views

Assume you have a triangle set such that there is a sub-simplicial complex of your mesh (a sub mesh) that is manifold.Is there an algorithm that can compute the maximal manifold submesh of the input ...
0votes
0answers
49views

The task I am trying to solve is to create a program that implements procedural generation of geometry based on the passed graph.Each node of the graph is a polygon. I was able to find information ...
0votes
0answers
136views

I am trying to compute the Gaussian curvature of an SDF.There is a closed formula based on the partial derivatives. It involves computing the adjoint of the hessian matrix.Just to test, I tried ...
0votes
0answers
54views

I am wondering if I can use some of the numerical operators (gradient, laplacian, divergence, mean curvature...) and apply it to a point on the 0 iso surface of an SDF in order to tell whether it is a ...
4votes
1answer
499views

Note that I am well aware of dual contouring, marching cubes and friends.What I am interested about is if there is an algorithm for placing point samples on the surface of the SDF, i.e. just to ...
1vote
1answer
90views

I am reading the new qem paper for mesh simplification with attributes.On page 5 one encounters this paragraph:The extended form of equation (2) referred to by the paper looks like this:$$Ax = -b$$...
0votes
1answer
61views

There is a sampling pattern used in FEM method for triangles, which can be seen here:The rough description is that at each edge we have n samples (containing the endpoints) and then in the interior ...
0votes
0answers
143views

I am stitching together parts of a mesh and using normal information to interpolate between the gaps.I am finding that sometimes I get a difference in the normals due to numwrical impressions:In ...
0votes
0answers
61views

Assume you have two meshes $M1$ and $M2$ and that each has a boundary $b1, b2$. You want to connect the two boundaries together.If both boundaries had the exact same number of vertices, then you ...
0votes
1answer
132views

I am trying to implement manifold harmonics.To see if I am doing things right I am visualizing the Fiedler eigenvector, which is the eigenvector associated with the second smallest eigenvalue.On my ...
1vote
1answer
101views

The goal is to generate a picture like this:A symmetric color gradient around an ellipse which is rotated by $\theta$, has $(x_\circ,y_\circ)$ as center and and major and an minor axis $a,b$.The ...
1vote
0answers
52views

I am quite new to meshing and mesh manipulation. I am working on a problem consiting of meshes $A$, $B$, and $C$. The mesh $C$ completely encloses the meshes $A$ and $B$ as shown in the attached ...

153050per page
1
2345
15

Hot Network Questions

more hot questions
Newest computational-geometry questions feed

[8]ページ先頭

©2009-2025 Movatter.jp