Click or drag to resize
ScRayPickActionSetRay Method
Overload List
  NameDescription
Public methodSetRay(SbVec3f, SbVec3f)
Calls SetRay(rayStart, rayDirection, -1, -1).
Public methodSetRay(Single, SbVec3f, SbVec3f)
Calls SetRay(fovy, rayStart, rayDirection, -1, -1).
Public methodSetRay(SbVec3f, SbVec3f, Single)
Calls SetRay(rayStart, rayDirection, nearDistance, -1).
Public methodSetRay(Single, SbVec3f, SbVec3f, Single)
Calls SetRay(fovy, rayStart, rayDirection, nearDistance, -1).
Public methodSetRay(SbVec3f, SbVec3f, Single, Single)

Sets a world-space ray along which to pick.

Public methodSetRay(Single, SbVec3f, SbVec3f, Single, Single)

Sets a world-space ray along which to pick in the the same way as function defined above, but allows you to set a view angle value.

Top
See Also