Page 1 of 1

Posted: Sat May 21, 2005 12:20 am
by albertMaxwell
Actually Maxwell is using single precision floats in Geometry ( in RAM ) but in the MXS it depends if:

void setSinglePrecisionOfGeometry( );

method is called. By default MXS saves geometry in double precision, if setSinglePrecisionOfGeometry is called, it saves data in single precision.

Next versions will support maxwell rendering with single and double precision too.


Albert.

Posted: Thu May 26, 2005 3:29 pm
by j_man
Hi Timo,

I'm pretty sure that MAX exports single precision, infact all of it's geometry is single, hence the accuracy problems encountered with either very large or small objects, or models that are a long way from the origin.

Posted: Wed Jun 01, 2005 7:01 pm
by Kabe
Maxwell is supposed to optionally use double precision in later versions, so it does make sense to save the data in this format, too.

Though doubles need some more memory, calculations in double are usually faster (at least on a G5), and single precision is obviously not be enough for complex and extended scenes.

Kabe

Posted: Thu Jun 02, 2005 2:54 pm
by juan
Exactly, maxwell accepts double precision for future pourposes. SOme platforms returns geometric data in doubles.