Object transform parameters does not rounding

Object transform parameters does not rounding

mahmutoymaci
Enthusiast Enthusiast
354 Views
2 Replies
Message 1 of 3

Object transform parameters does not rounding

mahmutoymaci
Enthusiast
Enthusiast

Hi. I am trying to understand why the matrix values ​​of the green object in the video are not rounded. Please do not ask why I want to understand this. What could be wrong with this object? I want to do this without deleting and recreating the object. If you want to try it yourself, you can download the file.

 

0 Likes
355 Views
2 Replies
Replies (2)
Message 2 of 3

leeminardi
Mentor
Mentor

Keep in mind that Max uses a single precision floating point database.  Coordinates have a mantissa of 23 bits or 1 part in 2^23 (8,388,608). This yields a precision a little better than 6 significant figures.  The value you see of -1.42261e-06 is at the limit of Max's precision.  You can consider it to be 0.0 for Max applications.

 

BTW,  the follwing message appeared when I opened your drawing.

leeminardi_0-1742310357944.png

 

lee.minardi
0 Likes
Message 3 of 3

mahmutoymaci
Enthusiast
Enthusiast

You misunderstood the problem.

0 Likes