|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi All,
Please excuse my ignorance, but I can't find a reference anywhere to the
closest distance from the camera at which an object will be visible.
What I mean is that I understand that there is a limit to how close to
the camera an object can be whilst still being visible, but I don't know
what that limit is, or whether the limit is changed when the camera is
scaled.
Thanks heaps,
Anton
--
Anton van den Hengel mailto:ant### [at] csadelaideeduau
Department of Computer Science http://www.cs.adelaide.edu.au/~hengel
University of Adelaide, Phone: +61 8 8303 5309
Adelaide, SA 5005, Australia Fax: +61 8 8303 4366
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
There is no limit.
_____________
Kari Kivisalo
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Kari Kivisalo <ray### [at] engineercom> wrote:
: There is no limit.
There is a limit because of inaccuracies of floating point numbers... :)
There may also be a coded epsilon limit.
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
IIRC, bounding error is 1/1000, or something. As long as you're not within
that, you're ok.
...Chambers
"Anton van den Hengel" <ant### [at] csadelaideeduau> wrote in message
news:3B89D48D.ED4DCB15@cs.adelaide.edu.au...
> Hi All,
>
> Please excuse my ignorance, but I can't find a reference anywhere to the
> closest distance from the camera at which an object will be visible.
> What I mean is that I understand that there is a limit to how close to
> the camera an object can be whilst still being visible, but I don't know
> what that limit is, or whether the limit is changed when the camera is
> scaled.
>
> Thanks heaps,
>
> Anton
>
> --
> Anton van den Hengel mailto:ant### [at] csadelaideeduau
> Department of Computer Science http://www.cs.adelaide.edu.au/~hengel
> University of Adelaide, Phone: +61 8 8303 5309
> Adelaide, SA 5005, Australia Fax: +61 8 8303 4366
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thanks for your help everyone, I guess I'll have to look elsewhere for
my bug then
Anton
--
Dr. Anton van den Hengel mailto:ant### [at] csadelaideeduau
Department of Computer Science http://www.cs.adelaide.edu.au/~hengel
University of Adelaide, Phone: +61 8 8303 5309
Adelaide, SA 5005, Australia Fax: +61 8 8303 4366
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|