Package org.mt4j.components.PickResult

Examples of org.mt4j.components.PickResult.PickEntry


//              pickResult.addPickedObject(this, compositePickRes.getInterSectionPointNearestPickedObj(), compositePickRes.getDistanceNearestPickObj());
//              currObjDist = compDistance;
//            }
           
            //FIXME TEST - ADD ALL PICKED OBJECTS - SORT LATER
            PickEntry nearestPickEntry = compositePickRes.getNearestPickEntry();
            pickResult.addPickedObject(this, nearestPickEntry.intersectionPoint, nearestPickEntry.cameraDistance);
          }
        }else{
          currObjDist = child.pickRecursive(pickInfo, pickResult, currObjDist, currentRay, onlyPickables);
        }
View Full Code Here

TOP

Related Classes of org.mt4j.components.PickResult.PickEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.