Distributing points on the sphere by electrostatic repulsion, ported from Bulatov’s C++ code.
Distributing Points on the SphereDistributing points on the sphere by electrostatic repulsion, ported from Bulatov’s C++ code. References4 comments to Distributing Points on the Sphere |
||
|
Copyright © 2010 nodename - All Rights Reserved Bad Behavior has blocked 233 access attempts in the last 7 days. |
||
WOW ! I’ve been trying to do that for while now.
congratulations(for your work) and thanks for the link :)
[...] It happened quite often at work that I’ve been asked to ditribute a given number of objects on a sphere. When I had to do so, I usually performed a good ol’hack like counting the vertices of a sphere, then creating some temporary triangles every N face, reorient them to finally collect their centers to pin an object there… tiring. so I was extremely glad yesterday morning when I found this : nodename [...]
[...] veut (des images en général). hier matin au petit déjeuner je suis tombé là dessus: nodename où le gars fait précisément le truc en question. et hier matin en arrivant au boulot, mon DA [...]
[...] the planar analog of my earlier post Distributing Points on the Sphere. This time I’ve ported Steve Fortune’s C implementation of his sweepline algorithm for [...]