mirror of https://github.com/rusefi/jzy3d-api.git
Added unRegisterAllPickableObjects to PickingSupport
This commit is contained in:
parent
16b4850e0a
commit
ecc037dd17
|
@ -196,6 +196,11 @@ public class PickingSupport {
|
|||
return picked;
|
||||
}
|
||||
|
||||
public synchronized void unRegisterAllPickableObjects(){
|
||||
pickables.clear();
|
||||
pickableTargets.clear();
|
||||
}
|
||||
|
||||
/*********************/
|
||||
|
||||
protected static int pickId = 0;
|
||||
|
|
Loading…
Reference in New Issue