spheres
Sphere mesh generation
An exploration of methods for creating sphere meshes, including standard techniques and alternative approaches to achieve uniform divisions.
Methods to create a sphere mesh
263 stars
5 watching
13 forks
Language: C
last commit: over 4 years ago
Linked from 1 awesome list
procedural-generationsphere-meshterrain
Related projects:
Repository | Description | Stars |
---|---|---|
karimnaaji/aobaker | A tool that generates texture coordinates and ambient occlusion maps from 3D meshes. | 7 |
jcbecker/termproject | A terrain generator that produces pseudo-infinite 3D landscapes with distinct biomes and adjustable parameters | 15 |
geometrycollective/fieldgen | Generates tangent direction fields on triangle meshes for computer graphics and geometry processing tasks | 163 |
samfromcadott/brutus | Generates 3D meshes from volumetric data using marching cubes algorithm | 6 |
ionureche/3d-terrain-generator | An application that generates 3D terrain using procedural algorithms and allows control over its shape and binding to a Bezier surface. | 2 |
threedle/text2mesh | Generates 3D meshes based on text inputs using neural networks and differentiable rendering | 936 |
seblague/marching-cubes | An implementation of the Marching Cubes algorithm in Unity using C# to generate 3D mesh representations from volumetric data | 1,040 |
meshpro/meshzoo | A collection of pre-defined meshes for various domains | 327 |
yumeng5/spherical-text-embedding | An implementation of spherical text embedding for learning dense vector representations from unstructured text data. | 175 |
spatstat/s2 | An R package providing bindings to the Google s2 library for performing geometric computations on the sphere. | 30 |
autonomousvision/differentiable_volumetric_rendering | A system for generating 3D meshes from input images using learned implicit representations | 805 |
ilmola/generator | A C++ library that generates procedural geometric meshes of primitives such as spheres and cylinders. | 214 |
geometrycollective/boundary-first-flattening | An application for surface parameterization and flattening of 3D meshes | 770 |
ionhandshaker/distmesh | A tool for generating high-quality meshes from CAD geometries using an efficient algorithm based on signed distance functions. | 53 |
cpmech/tritet | Generates 2D and 3D meshes, specifically triangulations and tetrahedra | 9 |