POV-Ray : Newsgroups : povray.general : Scale problems Server Time
5 Aug 2024 10:18:53 EDT (-0400)
  Scale problems (Message 1 to 6 of 6)  
From: Anthony D  Baye
Subject: Scale problems
Date: 17 Oct 2002 13:57:36
Message: <3DAEFA2A.DC167FA4@Rapidnet.com>
Can anybody tell me if there is a theoretical limit to the size/distance
calculations in pov?

I'm trying to do a scene inspired by the videogame Halo, but  my
gas-giant is the size of Jupiter (1 unit = 1 inch.) yet it copletely
disappears from less than 170 miles out.  Unless i'm much mistaken, an
object that size should be vizible from several thousand miles distant.

/*
 Persistence of Vision Ray Tracer Scene Description File
 File: RingWorld.pov
 Vers: 3.5
 Desc:
 Date: 10/17/02
 Auth: Anthony D. Baye
*/

#include "colors.inc"
#include "textures.inc"

#declare ft = 12 ;
#declare mi = 5280*ft ;


camera {
 location  <0.0, 0.0, -36405.0*mi>
 look_at   <0.0, 0.0, 0.0>
 }

light_source { <0.0, 0.0, -36405.0*mi> color rgb 1.0 }

#declare Metal1 =
finish {
 roughness 0.007
    metallic
    brilliance 0.5
    ambient 0.1
    diffuse 0.4375
    brilliance 2
    reflection { 0.25 metallic fresnel on }
    phong 0.5
    phong_size 175
    conserve_energy
 }

object {
 union {
  sphere { 0.0, 36250.0*mi }
/*  difference {
   torus { 4000.0*mi, 1000.0*mi  }
//   torus { 4000.0*mi, 997.0*mi texture { T_Gold_5A } }
   cylinder { <0.0, -1000.00390625*mi, 0.0> <0.0, 1000.00390625*mi, 0.0>
4994.98731061*mi }
    pigment { Red*0.4375 }
    finish { Metal1 }
     rotate <72, 18.0, 0.0>
     translate <0.0, 0.0, -200000.0*mi>
//     rotate <0.0, 18.0, -6.0>
   }*/
  }
  pigment { White*0.625 }
 }


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Scale problems
Date: 17 Oct 2002 14:28:51
Message: <3daf0163@news.povray.org>
In article <3DAEFA2A.DC167FA4@Rapidnet.com> , "Anthony D. Baye" 
<ban### [at] Rapidnetcom> wrote:

> Can anybody tell me if there is a theoretical limit to the size/distance
> calculations in pov?
>
> I'm trying to do a scene inspired by the videogame Halo, but  my
> gas-giant is the size of Jupiter (1 unit = 1 inch.) yet it copletely
> disappears from less than 170 miles out.  Unless i'm much mistaken, an
> object that size should be vizible from several thousand miles distant.

Try metric units and set one POV-unit as one km.  IIRC there is some FAQ
answer about your star system construction mistake...

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Warp
Subject: Re: Scale problems
Date: 17 Oct 2002 16:02:00
Message: <3daf1738@news.povray.org>
Anthony D. Baye <ban### [at] rapidnetcom> wrote:
> Can anybody tell me if there is a theoretical limit to the size/distance
> calculations in pov?

> I'm trying to do a scene inspired by the videogame Halo, but  my
> gas-giant is the size of Jupiter (1 unit = 1 inch.) yet it copletely
> disappears from less than 170 miles out.  Unless i'm much mistaken, an
> object that size should be vizible from several thousand miles distant.

  The accuracy of floating point numbers is limited.
  With such extreme scales you are probably exceeding the accuracy limits
needed for proper raytracing by a whole lot.
  You will have to use a much bigger value as unit (such as 1 km or more).

-- 
#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

From: Slime
Subject: Re: Scale problems
Date: 17 Oct 2002 16:22:20
Message: <3daf1bfc$1@news.povray.org>
> I'm trying to do a scene inspired by the videogame Halo, but  my
> gas-giant is the size of Jupiter (1 unit = 1 inch.) yet it copletely
> disappears from less than 170 miles out.  Unless i'm much mistaken, an
> object that size should be vizible from several thousand miles distant.


Heh, as others have pointed out, 170 miles is a whooooole lotta inches.
Thorsten and Warp have suggested that you change your scale. If, for some
reason, you don't want to change your scale (for instance, if you have a
small model of a telescope in the foreground that is only a few inches
long), then you may want to simple decrease the size of the planet by x
amount, and decrease its distance by x amount. For instance, if the planet
is 1000 km in diameter and 10000 km away, then just make it 1 km in
diameter, 10 km away. The difference will most likely be unnoticeable from a
stationary viewpoint.

 - Slime
[ http://www.slimeland.com/ ]


Post a reply to this message

From: Vahur Krouverk
Subject: Re: Scale problems
Date: 17 Oct 2002 16:24:50
Message: <3DAF1D80.6040300@starman.ee>
Warp wrote:
> Anthony D. Baye <ban### [at] rapidnetcom> wrote:
> 
>>Can anybody tell me if there is a theoretical limit to the size/distance
>>calculations in pov?
> 
> 
>>I'm trying to do a scene inspired by the videogame Halo, but  my
>>gas-giant is the size of Jupiter (1 unit = 1 inch.) yet it copletely
>>disappears from less than 170 miles out.  Unless i'm much mistaken, an
>>object that size should be vizible from several thousand miles distant.
> 
> 
>   The accuracy of floating point numbers is limited.
>   With such extreme scales you are probably exceeding the accuracy limits
> needed for proper raytracing by a whole lot.

I don't think, that this is due to accuracy problems with floating 
points. 170 miles is 1.07E07 inches and this exceeds just a little bit 
value of Max_Distance (1.0e7), which is maximum distance for ray-object 
intersection (according to comment in frame.h)


Post a reply to this message

From: Anthony D  Baye
Subject: Re: Scale problems
Date: 17 Oct 2002 21:17:59
Message: <3DAF6163.85B3124C@Rapidnet.com>
"Anthony D. Baye" wrote:

> Can anybody tell me if there is a theoretical limit to the size/distance
> calculations in pov?
>
> I'm trying to do a scene inspired by the videogame Halo, but  my
> gas-giant is the size of Jupiter (1 unit = 1 inch.) yet it copletely
> disappears from less than 170 miles out.  Unless i'm much mistaken, an
> object that size should be vizible from several thousand miles distant.
>
> /*
>  Persistence of Vision Ray Tracer Scene Description File
>  File: RingWorld.pov
>  Vers: 3.5
>  Desc:
>  Date: 10/17/02
>  Auth: Anthony D. Baye
> */
>
> #include "colors.inc"
> #include "textures.inc"
>
> #declare ft = 12 ;
> #declare mi = 5280*ft ;
>
> camera {
>  location  <0.0, 0.0, -36405.0*mi>
>  look_at   <0.0, 0.0, 0.0>
>  }
>
> light_source { <0.0, 0.0, -36405.0*mi> color rgb 1.0 }
>
> #declare Metal1 =
> finish {
>  roughness 0.007
>     metallic
>     brilliance 0.5
>     ambient 0.1
>     diffuse 0.4375
>     brilliance 2
>     reflection { 0.25 metallic fresnel on }
>     phong 0.5
>     phong_size 175
>     conserve_energy
>  }
>
> object {
>  union {
>   sphere { 0.0, 36250.0*mi }
> /*  difference {
>    torus { 4000.0*mi, 1000.0*mi  }
> //   torus { 4000.0*mi, 997.0*mi texture { T_Gold_5A } }
>    cylinder { <0.0, -1000.00390625*mi, 0.0> <0.0, 1000.00390625*mi, 0.0>
> 4994.98731061*mi }
>     pigment { Red*0.4375 }
>     finish { Metal1 }
>      rotate <72, 18.0, 0.0>
>      translate <0.0, 0.0, -200000.0*mi>
> //     rotate <0.0, 18.0, -6.0>
>    }*/
>   }
>   pigment { White*0.625 }
>  }

I would like to do a flyby to come in through the athmosphere of the ring
world in orbit, thus the reason for my large scale, but if there is a
problem with the scale calulations, I can try deviding by tyhe scale
definitions instead of multiplying by them.  Thus the scene is smaller.


A.D.B


Post a reply to this message

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