Skip to main content
Solved

How to distract objects

  • July 18, 2018
  • 2 replies
  • 16 views

maciejm

Hi everybody,

It is possible to distract objects automatically?

For example:

Best answer by takashi

It's an interesting subject. Just an idea.

Result (FACTOR = 2)

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • July 18, 2018

It's an interesting subject. Just an idea.

Result (FACTOR = 2)


Forum|alt.badge.img
  • 173 replies
  • July 18, 2018

As takashi said, this is really an interesting challenge.

I built a generic solution where each feature is pushed by its 5 closest neighbors weighted by the inverse of the distance and multiplied by a weight (the radius of a random circle in my case).

Note that in some cases, features may not move at all because the features surrounding them have a null cumulated effect.

The attached workspace generates 10 random circles and applies the solution to it.

Here's an example (before, after and combined):