ScRayPickActionSetRay Method |
Name | Description | |
---|---|---|
![]() | SetRay(SbVec3f, SbVec3f) | Calls SetRay(rayStart, rayDirection, -1, -1). |
![]() | SetRay(Single, SbVec3f, SbVec3f) | Calls SetRay(fovy, rayStart, rayDirection, -1, -1). |
![]() | SetRay(SbVec3f, SbVec3f, Single) | Calls SetRay(rayStart, rayDirection, nearDistance, -1). |
![]() | SetRay(Single, SbVec3f, SbVec3f, Single) | Calls SetRay(fovy, rayStart, rayDirection, nearDistance, -1). |
![]() | SetRay(SbVec3f, SbVec3f, Single, Single) | Sets a world-space ray along which to pick. |
![]() | SetRay(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. |