POV-Ray : Newsgroups : povray.newusers : Spaceship with emissive turbine : Re: Spaceship with emissive turbine Server Time
2 Jul 2024 11:30:28 EDT (-0400)
  Re: Spaceship with emissive turbine  
From: Christian Froeschlin
Date: 5 Apr 2011 16:17:20
Message: <4d9b78d0$1@news.povray.org>
gregtom6 wrote:

> I have a big problem. If I put this code to my pov file:
> include "stars.inc"
> sphere{ <0,0,0>, 1
>         texture{ pigment{color rgb<0,1,0>}//Starfield1 scale 0.2
>                } // end of texture
>         scale 1000000
>       }
> Then I can't see the flame. How can I solve this problem? That's very important.

Add the "hollow" keyword to the big sphere, as media
will not work inside a non-hollow object.


Post a reply to this message

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