Strict Comparison?

What does this checkbox do?

Comments

  • Strict comparison does (a.x != b.x) || (a.y != b.y) || (a.z != b.z) instead of using the built in "a != b" comparison for vectors which does an approximate. It is useful if you have very small changes that you need replicated.