Tao.Ode SDK Documentation

Ode.dBodyCreate Method 

Create a body in the given world with default mass parameters at position (0,0,0). Return its ID (really a handle to the body).

[Visual Basic]
Public Shared Function dBodyCreate( _
   ByVal world As IntPtr _
) As IntPtr
[C#]
public static IntPtr dBodyCreate(
   IntPtr world
);

Parameters

world
A dWorldID

Return Value

A dBodyID

See Also

Ode Class | Tao.Ode Namespace