|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Using the following script the torus is VERY speckled
camera
{
location <1000, 1000, 1000>
direction <300,0,0>
up z
right <0, -1.333, 0>
sky z
look_at <0, 0, 0>
}
light_source
{
<100, 100, 100>
color 1
}
torus
{
1, .75
pigment{colour rgb<1, 1, 1>}
}
but if I change the location to <100, 100, 100> and the direction to <30, 0,
0>, the torus becomes nice and smooth....
Normally I could live with this problem, but I am rendering a scene with
REALLY needs a "long lens"
HELP!
Rarius
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Not sure you're going to be able to. I've seen a image_map on a sphere
become obviously flattened at such great camera zooms. Likewise, there are
other known distortions at such extremes. You might get by if you rescale
the entire scene down if you can and use the 'direction 30*x' instead. I
wouldn't guarantee you any success though with the higher number using
another method.
Philip Cowley wrote:
>
> Using the following script the torus is VERY speckled
>
> camera
> {
> location <1000, 1000, 1000>
> direction <300,0,0>
> up z
> right <0, -1.333, 0>
> sky z
>
> look_at <0, 0, 0>
> }
>
> light_source
> {
> <100, 100, 100>
> color 1
> }
>
> torus
> {
> 1, .75
> pigment{colour rgb<1, 1, 1>}
> }
>
> but if I change the location to <100, 100, 100> and the direction to <30, 0,
> 0>, the torus becomes nice and smooth....
>
> Normally I could live with this problem, but I am rendering a scene with
> REALLY needs a "long lens"
>
> HELP!
>
> Rarius
--
omniVERSE: beyond the universe
http://members.aol.com/inversez/homepage.htm
mailto://inversez@aol.com?Subject=PoV-News
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|