Added unRegisterAllPickableObjects to PickingSupport

This commit is contained in:
zhivko 2015-06-03 18:21:32 +02:00
parent 16b4850e0a
commit ecc037dd17
1 changed files with 5 additions and 0 deletions

View File

@ -196,6 +196,11 @@ public class PickingSupport {
return picked;
}
public synchronized void unRegisterAllPickableObjects(){
pickables.clear();
pickableTargets.clear();
}
/*********************/
protected static int pickId = 0;