|
|
Why does this scene have artefacts on the superellipsoid?
>>>> snip >>>>
#version 3.6;
global_settings {
assumed_gamma 1
max_trace_level 25
}
light_source { <20, 100, -10>, rgb 1 }
camera {
right x*image_width/image_height
location <0, 9, -12> look_at <0, 0, 0>
}
plane {
y, 0
pigment { rgb <0.4,0.6,0.6> }
}
#declare o_Rod =
superellipsoid {
<1, 0.05>
scale <1, 1, 7>
}
object {
o_Rod
pigment { rgb 0.8 }
translate <-1, 1, 0>
rotate y*29
}
>>>> snip >>>>
Post a reply to this message
Attachments:
Download 'Test.jpg' (12 KB)
Preview of image 'Test.jpg'
|
|