POV-Ray : Newsgroups : povray.advanced-users : single precision vs double precision : Re: single precision vs double precision Server Time
26 Jun 2024 08:25:57 EDT (-0400)
  Re: single precision vs double precision  
From: clipka
Date: 15 Nov 2012 23:34:27
Message: <50a5c253@news.povray.org>
Am 15.11.2012 17:43, schrieb Bruno Cabasson:

>> POV-Ray does not seem suited to single precision.  Perhaps it is the nature of
>> mathematically defined shapes that they require higher precision than mesh-based
>> systems.
>
> Meshes also involve maths ...

Mesh math is pretty trivial, requiring only linear equations to be 
solved. But even a seemingly simple thing as a sphere already involves 
quadratic equations, and cubic equations aren't uncommon in POV-Ray 
either. Some primitives require even higher-order polynomials.

And the higher the order of a polynomial, the higher the dynamic range 
needed to solve it.


Post a reply to this message

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