POV-Ray : Newsgroups : povray.binaries.images : AOI bacterial DNA Server Time
30 Jul 2024 14:28:43 EDT (-0400)
  AOI bacterial DNA (Message 1 to 2 of 2)  
From: Robert McGregor
Subject: AOI bacterial DNA
Date: 23 Mar 2011 17:15:01
Message: <web.4d8a623ee8ffc48594d713cc0@news.povray.org>
Just for fun, playing with the AOI pattern today; I was going for a
styro-ball-and-stick, circular double-helix (bacterial DNA) sort of model.

As you might expect, I had to use pretty high radiosity settings to avoid ugly
blotches where the balls touch.

Cheers,
Rob

-------------------------------------------------
www.McGregorFineArt.com


Post a reply to this message


Attachments:
Download 'aoi_dna_bacterial.png' (732 KB)

Preview of image 'aoi_dna_bacterial.png'
aoi_dna_bacterial.png


 

From: Samuel Benge
Subject: Re: AOI bacterial DNA
Date: 23 Mar 2011 17:50:01
Message: <web.4d8a6ac92ace608b993168d90@news.povray.org>
"Robert McGregor" <rob### [at] mcgregorfineartcom> wrote:
> Just for fun, playing with the AOI pattern today; I was going for a
> styro-ball-and-stick, circular double-helix (bacterial DNA) sort of model.
>
> As you might expect, I had to use pretty high radiosity settings to avoid ugly
> blotches where the balls touch.
>

Looks good, Rob!

The AOI might need a non-linear falloff. I usually do something like this:

 pigment_pattern{
  aoi
  color_map{
   [.5 rgb 1]
   [1 rgb 0]
  }
  poly_wave 2
  color_map{
   ...
  }
 }

It's probably a matter of preference, though.

~Sam


Post a reply to this message

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