3

I am using Blender Internal. I am trying to achieve a sky like link in the following picture, but I could only make a Linear Gradient.

picture of desired sky

David
  • 49,291
  • 38
  • 159
  • 317
jik bik
  • 779
  • 1
  • 7
  • 19
  • Here is related answer, that may be helpful for you if you want to create the same gradient type texture in Cycles: http://blender.stackexchange.com/questions/22929/how-to-create-a-gradient-texture – Paul Gonet Nov 09 '15 at 15:13

1 Answers1

5

You may do it using Blend texture with the Quadratic Sphere (or Spherical) progression type. enter image description here

In World header set its type to Real Sky. enter image description here

Then go to Texture header and set the texture type to World. Add a new texture and set it as Blend. enter image description here

In Colors panel check the Ramp checkbox and set the colors transition using sliders. Set the colors interpolation type to Ease also. In Blend panel set the progression type to Quadratic Sphere (or Spherical). In Mapping panel set the coordinates type to AngMap. Experiment with settings below. Check the Horizon box in Influence panel also.
enter image description here

You may also try to set the colors interpolation type to B-Spline and add some sliders with slighty different hue to have a better control over colors transition. enter image description here

Paul Gonet
  • 33,368
  • 17
  • 91
  • 171