Re: [Algorithms] Geodesic Sphere
Brought to you by:
vexxed72
From: Dave E. <eb...@ma...> - 2000-08-22 13:08:26
|
From: "Aldo ." <al...@ho...> > I'm looking for an algoritm to create a geodesic sphere(is the name > correct?), a sphere made of equilateral triangles. I would be nice if I > could choose the resolution(more or less triangles). From: "Peter Warden" <Pet...@vi...> > Here's a link I've used (found on Dave Eberly's site, > www.magic-software.com, in the Other Links section); > > http://forum.swarthmore.edu/dr.math/problems/matz12.15.96.html Or you could just use the code (with MS Windows test program) at http://www.magic-software.com/gr_dcmp.htm , section with files sphrtesl.{h,cpp,pdf} and sptstest.cpp. The tessellation is by recursive subdivision. You start with any inscribed convex polyhedron. If you want the 'classic' cases, start with an octahedron (part of the sptstest program) or an icosahedron. -- Dave Eberly eb...@ma... http://www.magic-software.com |