basic physics
This commit is contained in:
parent
51d273b8fb
commit
7193bcbc41
2 changed files with 38 additions and 4 deletions
|
|
@ -316,8 +316,9 @@ struct _GSNetSocket {
|
|||
struct _GSPhysics {
|
||||
GSEngine engine;
|
||||
|
||||
dWorldID world;
|
||||
dSpaceID space;
|
||||
dWorldID world;
|
||||
dSpaceID space;
|
||||
dJointGroupID contact_group;
|
||||
};
|
||||
|
||||
struct _GSClient {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue