POV-Ray : Newsgroups : povray.binaries.images : Dilemma : Re: Dilemma Server Time
13 Aug 2024 14:25:37 EDT (-0400)
  Re: Dilemma  
From: Tek
Date: 18 Apr 2003 07:50:25
Message: <3e9fe681$1@news.povray.org>
From: "Lenx" <len### [at] pandorabe>
> fantastic!!!!!!

Thank you :)

> if it wasn't a portrait my desktop was now covered with this image. how
did
> you make the sun? looks very cool

It's much simpler than it looks:

sky_sphere{
 //put the rest of the sky pigments here (before the sun)
 pigment {
  //sun
  gradient y
  scale 2
  translate -1
  Reorient_Trans( y, vnormalize(vSunPos)+z )
  poly_wave 50
  colour_map {
   [0 rgbt 1]
   [1 rgb <3,2,1>*1]
  }
 }
}

Tek
http://www.evilsuperbrain.com


Post a reply to this message

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