OpenMetaverse Protocol Library Developers API Documentation
DeGrab Method (objectLocalID, uvCoord, stCoord, faceIndex, position, normal, binormal)
NamespacesOpenMetaverseAgentManagerDeGrab(UInt32, Vector3, Vector3, Int32, Vector3, Vector3, Vector3)
Release a grabbed object
Declaration Syntax
C#
public 
void 
DeGrab(
        
uint 
objectLocalID,
        
Vector3 
uvCoord,
        
Vector3 
stCoord,
        
int 
faceIndex,
        
Vector3 
position,
        
Vector3 
normal,
        
Vector3 
binormal
)
Parameters
objectLocalID ( UInt32)
The Objects Simulator Local ID
uvCoord ( Vector3)
The texture coordinates to grab
stCoord ( Vector3)
The surface coordinates to grab
faceIndex ( Int32)
The face of the position to grab
position ( Vector3)
The region coordinates of the position to grab
normal ( Vector3)
The surface normal of the position to grab (A normal is a vector perpindicular to the surface)
binormal ( Vector3)
The surface binormal of the position to grab (A binormal is a vector tangen to the surface pointing along the U direction of the tangent space

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)