Tao.Ode SDK Documentation |
|
Ode.dGeomSphereSetRadius Method
Set the radius of the given sphere.
[Visual Basic]
Public Shared Sub dGeomSphereSetRadius( _
ByVal
sphere As
IntPtr, _
ByVal
radius As
Single _
)
[C#]
public static
void dGeomSphereSetRadius(
IntPtr sphere,
float radius);
Parameters
-
sphere
- A dGeomID
-
radius
- A dReal
See Also
Ode Class | Tao.Ode Namespace