Tao.Ode SDK Documentation

Ode.dCreateSphere Method 

[Visual Basic]
Public Shared Function dCreateSphere( _
   ByVal space As IntPtr, _
   ByVal radius As Single _
) As IntPtr
[C#]
public static IntPtr dCreateSphere(
   IntPtr space,
   float radius
);

See Also

Ode Class | Tao.Ode Namespace