POV-Ray : Newsgroups : povray.text.tutorials : Exhaust color : Exhaust color Server Time
27 Apr 2024 12:48:37 EDT (-0400)
  Exhaust color  
From: John Bauman
Date: 14 Jul 1999 16:51:20
Message: <378cf848@news.povray.org>
I'm making plasma exhaust for the ship that I'm building.
I'm very unhappy with the fact that it is only a little blue only on the
edges.
There isn't any density type called conical, so what should I do?

Here is the present code:
#include "colors.inc"
cone {  file://plasma
  <0,0,0>
  10
  <-25,0,0>
  5
  pigment {
    rgbt <.2,.2,.8,1>
  }
  hollow on
  interior {
    media {
      emission rgb <.2,.2,.8>
      file://density {
      // conical
      file://}
    }
  }
}
camera {
 location <-0,0-40>
 look_at <-10,0,0>
}

--
webpage: http://johntb.freeservers.com
ICQ:20886467 AIM:Qbwiz
-----BEGIN GEEK CODE BLOCK-----
 Version: 3.12
G! d- s--:- a---- C++ ULU++++ P+  L+ E W++ N++ o K- w+
O! M- V- PS PE+ Y+ PGP- t+@ 5 X R tv+ b++ DI++++ D-
G e-- h! !r y-
------END GEEK CODE BLOCK------


Post a reply to this message

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