"Intersecting" output for Impact Sensor
Impact Sensors should output a signal for touch nor matter the moveable/collideable settings of the attached object.
Another output is needed.
- Use case: Emitting a ton of objects and checking if they are intersecting with another object. If yes delete. If no, stay in place. Right now I would need to either make them moveable and collideable which means they are bouncing all over the place. Or use a thousand trigger zones which is not ideal.
-
An alternative for checking if it's in a simple shape would be to use a single trigger zone for that larger shape. If a sculpt/group is detected by that zone, it will send a signal from its "detected" output (on the labels tab).
Another way of doing what you're trying is to emit it with a tag and teleporter targeting that tag. So it would just stay in place. But will still register collisions if it's set to be movable. (Or do all that on the other object, so there's only 1 movable object.)
It could be useful to have some other kind of gadget for this, but the impact sensor uses the physics simulation, which checks for collisions. So it probably would be able to work this way.
請登入寫評論。