Package de.jreality.scene.pick

Support for picking, which is required for the package de.jreality.scene.tool.

See:
          Description

Interface Summary
HitFilter  
PickResult  
PickSystem  
 

Class Summary
AABBPickSystem Our pick system implementation.
AABBTree An AABB tree for IndexedFaceSets.
Graphics3D  
Hit  
Hit.HitComparator  
PosWHitFilter  
 

Package de.jreality.scene.pick Description

Support for picking, which is required for the package de.jreality.scene.tool. Access to picking for most users and developers is probably most easily obtained by going through the tool package rather than attempting to use the classes here directly.