#Distance Field  
#Geometry  
#Graphics  
#Japan  
#Math  
#Maya  
#Mesh Deformation  
#Misc  
#Skinning  
#Unreal  
Find a tetrahedron circumcenter
C++ code to compute tetrahdron circumcenter - 05/2021 - #Geometry
Curvature of a parametric curve
Definition, formula to compute the curvature of a 3d parametric curve - 11/2020 - #Geometry
Compute Bi-harmonic weights over a triangular mesh
C++ code to solve the Biharmonic equation over a triangle mesh - 05/2019 - #Geometry
Definition: Laplacian Matrix for triangle meshes
cheat sheet. - 05/2019 - #Geometry
How to compute accurate vertex normals on irregular triangle meshes
Correctly averaging normals over a none homogenous triangle/vertex distribution - 06/2018 - #Geometry
Diffusing / smoothing weight map over a triangular mesh.
Diffuse per vertex weights/scalar map/scalar function over an irregular triangle mesh (laplacian diffusion) - 05/2018 - #Geometry
Showcasing simple procedures with C++ code to smooth / diffuse per vertex weights over a triangle mesh.
Laplacian smoothing (C++ code to smooth a mesh)
Laplacian smoothing codes and routines (weighted Laplacian scheme) - 06/2016 - #Geometry
Dropping a procedure to compute the Laplacian smoothing of a 3D mesh (with cotangent weights).
C++ code for cotangent weights over a triangular mesh
Useful to compute smoothing or the Laplacian of a mesh - 06/2016 - #Geometry
2D biharmonic stencil a.k.a bilaplacian operator
Compute biharmonic weights on regular grids - 08/2014 - #Geometry
Draft / notes / memo
Voro++.0.4.5 with cmake for easy compilation under windows
- 07/2014 - #Geometry
Dropping my code of the [ cmake version of voro++0.4.5 ]. It helped me to compile the voro++ library under windows with cmake.
Harmonic function: definitions and properties
- 06/2014 - #Geometry
How to generate bounded harmonic weights on a regular grid
Recipe and code to solve the laplace equation over a closed domain with C++ - 12/2013 - #Geometry
Source code for poisson disk sampling of a triangle mesh
Using the C++ template library vcglib - 10/2013 - #Geometry
Curvature of a triangle mesh, definition and computation.
How to compute the curvature for a triangular 3d mesh - 05/2013 - #Geometry
Defining and giving the formula to compute the curvature over a triangle mesh at some vertices.
C++ code for spline curves
Handles generic dimensions 2D, 3D etc. with templates - 05/2013 - #Geometry
Compute Harmonic weights on a triangular mesh
with C++ code to solve the Laplace equation over a triangle mesh - 03/2013 - #Geometry
- « Previous page
- 1
- Next page »