/////////////////////////////// #include <acknex.h> #include <default.c> #include <ackphysx.h> /////////////////////////////// action test_box() { pXent_settype(me, PH_RIGID, PH_BOX); pXent_setfriction(my, 100); pXent_setelasticity(my, 10); } function main() { physX_open(); level_load("physic.WMB"); }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de