Set3DPhysicsStaticPlanePosition
Description
Sets the position of the static plane
Definition
Set3DPhysicsStaticPlanePosition( planeID, posX, posY, posZ )
void agk::Set3DPhysicsStaticPlanePosition( UINT planeID, float posX, float posY, float posZ )
Parameters
- planeID - static plane ID
- posX - The world X position.
- posY - The world Y position.
- posZ - The world Z position.