Hello,
I'm using the latest alpha release and am noticing that primatives aren't translating as expected. When I translate by a value of 0.0004 or less the primative doesn't move and if translate by a value between 0.9 and 0.0005 it moves by a different amount than that specified. Any ideas on what could be causing this behaviour?
Thanks,
Cody
Primative Not Translating As Expected
Re: Primative Not Translating As Expected
I can't reproduce this... Are your primitives already at somehow large coordinates? (in which case you could actually observe the effect of numerical inaccuracy due to the fact that we store coordinates on 32bits)
Daniel, CloudCompare admin
Re: Primative Not Translating As Expected
I think you are right. The coordinates were in the 10,000 range. I moved them closer to 0 and now everything works! Thank you!