POV-Ray : Newsgroups : povray.general : Converting halo to interior : Re: Converting halo to interior Server Time
30 Jul 2024 20:18:36 EDT (-0400)
  Re: Converting halo to interior  
From: Robert McGregor
Date: 9 Jul 2008 18:00:01
Message: <web.487534ac85f76549bd1b3ad10@news.povray.org>
"SharkD" <nomail@nomail> wrote:
> That said, can anyone help me with converting the following code? Thanks!
>
> halo
> {
>  cubic
>  max_value 3 spherical_mapping glowing
>  colour_map {[0 color rgbt <1,0,0,1>][1 color rgbt <1,1,0,0>]}
>  turbulence 1.5 samples 30
> }
> halo
> {
>  cubic
>  max_value 3 spherical_mapping glowing
>  colour_map {[0 color rgbt <1,0,0,1>][1 color rgbt <1,1,0,0>]}
>  turbulence 1.05 samples 30 scale .5
>  rotate  y*45 translate y*1
> }
>
> -Mike

As Warp pointed out in his example, the transmit component (rgb*t*) isn't
possible, media ignores it. Maybe you could try using MegaPov's glow feature?
What are you trying to achieve? Can you post a sample image?

-Rob

"There is no spoon."


Post a reply to this message

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