Shapes+RigidActors+CreateExclusiveShape+add createRigid dynamic/static to physics

This commit is contained in:
bloeys
2022-01-28 09:05:48 +04:00
parent 082215d4ac
commit eb4519cc53
14 changed files with 263 additions and 13 deletions

17
pgo/physx-c/CPxShape.h Executable file
View File

@ -0,0 +1,17 @@
#ifndef CPxShape_H
#define CPxShape_H
#ifdef __cplusplus
extern "C" {
#endif
struct CPxShape
{
void* obj;
};
#ifdef __cplusplus
}
#endif
#endif // !CPxShape_H