CreateObjectPlane
Description
Creates a 3D double sided plane with the given width (X) and height (Y). The plane is created in the XY plane and has no size in the Z direction.
Definition
CreateObjectPlane( objID, width, height )
void agk::CreateObjectPlane( uint32_t objID, float width, float height )
integer CreateObjectPlane( width, height )
uint32_t agk::CreateObjectPlane( float width, float height )
Parameters
- objID - The ID to use for the new object.
- width - The width of the plane.
- height - The height of the plane.