POV-Ray : Newsgroups : povray.general : Emissive object not showing up : Re: Emissive object not showing up Server Time
26 Apr 2024 09:17:13 EDT (-0400)
  Re: Emissive object not showing up  
From: Le Forgeron
Date: 6 Aug 2018 11:18:35
Message: <5b6866cb$1@news.povray.org>
Le 06/08/2018 à 13:55, Mike Horvath a écrit :
> I have created this object at the center of my scene, but it is not
> visible. What mistakes have I made? Thanks.
> 
> Mike
> 
> 
> sphere
> {
>     0, RWorld_Sun_Radius
>     hollow
>     material
>     {
>         texture
>         {
>             pigment {rgbt 1}
>         }
>         interior
>         {
>             media
>             {
>                 emission 100000
>                 density
>                 {
>                     spherical
>                     density_map
>                     {
>                         [0 rgb 0]
>                         [1 rgb 1]
>                     }
>                     scale RWorld_Sun_Radius
>                 }
>             }
>         }
>     }
> }

rgbt ? the t is for transmit, 1 would go for 100% transmission

Have you tried an homogeneous media ?

Any clue about the value of RWorl_Sun_Radius ?

Is material legit there ? (I would have expected texture & interior
alone), material was to transport them together with finish too.


Post a reply to this message

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