Tao.Ode SDK Documentation

Ode.dGeomEnable Method 

Enable a geom. Disabled geoms are completely ignored by dSpaceCollide and dSpaceCollide2, although they can still be members of a space. New geoms are created in the enabled state.

[Visual Basic]
Public Shared Sub dGeomEnable( _
   ByVal geom As IntPtr _
)
[C#]
public static void dGeomEnable(
   IntPtr geom
);

Parameters

geom
the geom to enable

See Also

Ode Class | Tao.Ode Namespace