Uses of Record Class
com.marginallyclever.ro3.raypicking.RayHit
Package
Description
-
Uses of RayHit in com.marginallyclever.ro3.mesh
-
Uses of RayHit in com.marginallyclever.ro3.node.nodes.pose
-
Uses of RayHit in com.marginallyclever.ro3.raypicking
Modifier and TypeMethodDescriptionRayPickSystem.getFirstHit
(Ray ray) Traverse the scene Entities and find the nearestMeshInstance
that collides with the ray.Modifier and TypeMethodDescriptionRayPickSystem.findRayIntersections
(Ray ray) Traverse the sceneNode
s and find all theMeshInstance
s that collide with the ray.