POV-Ray : Newsgroups : povray.general : POV-Lab: plans and discussions : Re: POV-Lab: plans and discussions Server Time
18 May 2024 04:34:07 EDT (-0400)
  Re: POV-Lab: plans and discussions  
From: yesbird
Date: 12 Feb 2023 08:20:00
Message: <web.63e8e74d1a311230bcf31c7f10800fb2@news.povray.org>
Thank you, but I was expected to see all specter, not only one color (see
attachment).
Scene is following:
----------------------------------------------------
#include "jet.inc"
#include "hot.inc"
#include "winter.inc"
#include "parula.inc"
#include "turbo.inc"
#include "bone.inc"
#include "spring.inc"

global_settings { assumed_gamma 1 }

camera { perspective         angle 50
         location <8.50, 3.40, -8.50> * 5
         right x * image_width / image_height
         look_at <0.00, 0, -0.00>
         right  <-1.33, 0.00, 0.000> rotate<90,0,0>}

light_source{<50.0, 50.0, 30.0>rgb <0.80, 0.80, 0.80>}

sphere {
     <0,0,0>, 1
     pigment {
        gradient y
        color_map {spring}
     scale 2
     translate -1*y
     }
     scale 10
}
----------------------------------------------------


Post a reply to this message


Attachments:
Download 'colormaps.png' (52 KB)

Preview of image 'colormaps.png'
colormaps.png


 

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