Prev: Parallel search?
Next: Pochhammer Special Function
From: Glen Svenningsen on 27 Jul 2010 04:16 Hey, I was wondering if anyone knew a really fast way to plot A LOT of psuedo-randomly distributed spheres anything above 10,000 just takes too long. -Glen -- Glen Steven Svenningsen University of Illinois Champaign-Urbana Material Science and Engineering
From: Darren Glosemeyer on 3 Aug 2010 06:38 Glen Svenningsen wrote: > Hey, > I was wondering if anyone knew a really fast way to plot A LOT of > psuedo-randomly distributed spheres anything above 10,000 just takes > too long. > -Glen > > I don't know what you've tried or how much time would be considered acceptable in your case, but Graphics3D[Table[Sphere[RandomReal[{-100, 100}, 3]], {10000}]] took about 5 seconds of real time on my machine, and Graphics3D[Table[Sphere[RandomReal[{-100, 100}, 3]], {100000}]] took about 47 seconds. Darren Glosemeyer Wolfram Research
|
Pages: 1 Prev: Parallel search? Next: Pochhammer Special Function |