You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is supposed to return an unsigned long (64 bit) value, however the computation is carried out with only 32 bit precision. For spatially large point clouds this results in duplicate node IDs.
The fix is simple: cast key.x, key.y and key.z to unsigned long like this:
The method
is supposed to return an unsigned long (64 bit) value, however the computation is carried out with only 32 bit precision. For spatially large point clouds this results in duplicate node IDs.
The fix is simple: cast key.x, key.y and key.z to unsigned long like this:
The text was updated successfully, but these errors were encountered: