POV-Ray : Newsgroups : povray.general : POV-Lab: plans and discussions : Re: POV-Lab: plans and discussions Server Time
18 May 2024 02:36:21 EDT (-0400)
  Re: POV-Lab: plans and discussions  
From: Bald Eagle
Date: 12 Feb 2023 08:50:00
Message: <web.63e8ee1d1a3112301f9dae3025979125@news.povray.org>
#version 3.8;

#include "jet.inc"
#include "hot.inc"
#include "winter.inc"
#include "parula.inc"
#include "turbo.inc"
#include "bone.inc"
#include "spring2.inc"


global_settings { assumed_gamma 1 }

camera {
 location -z*30
 right x * image_width / image_height
 up y
 sky y
 look_at <0.00, 0, 0.00>
}

light_source{<0.0, 0.0, - 30.0> rgb <0.80, 0.80, 0.80>}

sphere {
 <0,0,0>, 10
 texture {
  pigment {
             gradient x
             color_map {spring}
             translate -x*0.5
             scale 20
  }
  finish {
   diffuse 1
  }
 }
}


Post a reply to this message


Attachments:
Download 'spring2.inc.txt' (11 KB)

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