Click or drag to resize
AB4D logo

BaseCameraCreateMouseRay3D Method

Overload List
 NameDescription
Public methodCreateMouseRay3D(Point, Point3D, Vector3D) CreateMouseRay3D calculates the 3D ray that goes from the mouse position into the 3D scene. The ray goes from rayOrigin in the rayDirection. If the ray cannot be calculated this method returns false.
Public methodStatic memberCreateMouseRay3D(Point, Size, Matrix3D, Matrix3D, Point3D, Vector3D)Obsolete.
CreateMouseRay3D calculates a normalized 3D ray that goes from the mouse position into the 3D scene. The ray goes from rayOrigin in the rayDirection. If the ray cannot be calculated this method returns false.
Top
See Also