Tao.Ode SDK Documentation |
|
Ode.dSpaceAdd Method
Add a geom to a space. This does nothing if the geom is already in the space. This function can be called automatically if a space argument is given to a geom creation function.
[Visual Basic]
Public Shared Sub dSpaceAdd( _
ByVal
space As
IntPtr, _
ByVal
geom As
IntPtr _
)
Parameters
-
space
- the space to add the geom to
-
geom
- the geom to be added
See Also
Ode Class | Tao.Ode Namespace