POV-Ray : Newsgroups : povray.binaries.images : organic growth : Re: organic growth Server Time
25 Apr 2025 14:31:52 EDT (-0400)
  Re: organic growth  
From: ingo
Date: 7 Apr 2025 11:30:00
Message: <web.67f3eea433a011a717bac71e8ffb8ce3@news.povray.org>
"ingo" <nomail@nomail> wrote:
> Based on: https://paulbourke.net/fractals/bioblob/

> Now working slowly on speed improvement (R-TreeD?)

The R-Tree3D works:
spheretests is how many new spheres it tried to place.\
placementTest is the amount of sphere sphere intersection tests. A child sphere
should only intersect with its parent. the Tree makes quite a difference here
(bioform_fast.exe)


Growth completed!
spheretests: 505272
placementTest: 862246212
Generated form with 3987 spheres in (seconds: 10, nanosecond: 788967400) seconds

Generated form with 3987 spheres

Growth completed!
spheretests: 505272
placementTest: 698954
Generated form with 3987 spheres in (seconds: 0, nanosecond: 724209700) seconds


Growth completed!
spheretests: 2145742
placementTest: 7425716000
Generated form with 8549 spheres in (seconds: 90, nanosecond: 923840900) seconds

Generated form with 8549 spheres

Growth completed!
spheretests: 2145742
placementTest: 3126979
Generated form with 8549 spheres in (seconds: 4, nanosecond: 403382400) seconds


ingo


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.