More subdivision options for icosahedron geometry
See original GitHub issueAbout the icosahedron geometry, I understand that the detail
parameter is an option for subdividing each edge into more vertices, which are projected onto a sphere. However it seems that some possible subdivision are not allowed.
For example, this is the subdivision with detail = 1
:
And this is with detail = 2
:
It looks like the following in-between subdivision would be possible but is not currently allowed :
Is there an issue with this kind of subdivision ? If not, would you be interested in a PR ?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (7 by maintainers)
Top Results From Across the Web
Regular icosahedron - Wikipedia
Cartesian coordinates The 12 edges of a regular octahedron can be subdivided in the golden ratio so that the resulting vertices define a...
Read more >Subdivided icosahedron points do not lie on circumscribed ...
How do we subdivide an icosahedron so that the new vertices created on each subdivision also lie on the circumscribed sphere.
Read more >How to generate a subdivided icosahedron? - Stack Overflow
The essential idea is to start with an icosahedron (which has 20 triangular faces) and to repeatedly subdivide each triangular face into ...
Read more >Icosadeltahedral Geometry of Geodesic Domes, Fullerenes ...
Icosa(delta)hedral Geodesic Domes Each side of the (starting) icosahedron can be iteratively subdivided into equilateral triangles. The new ...
Read more >Sphere | ProBuilder | 5.0.6 - Unity - Manual
When you increase the subdivisions, the shape looks smoother, more sphere-like, but the geometry also becomes more complex.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I use this code to generate a sphere with more fine-tuned picking of the level of detail, maybe this can be useful to you
I think a PR would be great 🙏