mirror of https://github.com/rusefi/jzy3d-api.git
Merge pull request #49 from zhivko/master
Added unRegisterAllPickableObjects to PickingSupport
This commit is contained in:
commit
ee3fb7acb1
|
@ -193,6 +193,11 @@ public class PickingSupport {
|
|||
}
|
||||
return picked;
|
||||
}
|
||||
|
||||
public synchronized void unRegisterAllPickableObjects(){
|
||||
pickables.clear();
|
||||
pickableTargets.clear();
|
||||
}
|
||||
|
||||
/*********************/
|
||||
|
||||
|
|
Loading…
Reference in New Issue