|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Skysphere seems to be misbehaving in the following scene:
#include "colors.inc"
global_settings {
assumed_gamma 1.0
max_trace_level 5
}
camera {
location <0.0, 0.5, -4.0>
look_at <0.0, 0.0, 0.0>
}
sky_sphere {
pigment {
gradient y
color_map {
[0.0 rgb <0.6,0.7,1.0>]
[0.7 rgb <0.0,0.1,0.8>]
}
}
}
light_source {
<0, 0, 0>
color rgb <1, 1, 1>
translate <-30, 30, -30>
}
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
James Philbin wrote:
>
> Skysphere seems to be misbehaving in the following scene:
I don't see anything wrong with it. Perhaps you could be more specific
about what *you* think is wrong.
--
Ken Tyler
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 11 Mar 2002 13:38:53 -0000, "James Philbin" <phi### [at] csicom> wrote:
> Skysphere seems to be misbehaving in the following scene:
What exactly you mean ? Have you verified your observation with "Gradient"
section of "Patterns" chapter (6.7.11.17) ? Have you noticed new behaviour of
3.5 in this subject ?
ABX
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Ken <tyl### [at] pacbellnet> wrote:
> I don't see anything wrong with it. Perhaps you could be more specific
> about what *you* think is wrong.
As ABX mentioned, it could be the modified behaviour of the gradient pattern.
--
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
By the way, could you read the bug reporting guidelines?
Your post lacks the used POV-Ray version, your hardware and OS
specifications and the description of the potential bug.
--
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|