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