added command line, added basic character
This commit is contained in:
@@ -72,6 +72,11 @@ struct px_vec3 px_getvelocity(struct funnyphysics *px_world, RigidBodyHandle *bo
|
||||
|
||||
struct funnyphysics *px_init(void);
|
||||
|
||||
RigidBodyHandle *px_kinematic_position_body(struct funnyphysics *px_world,
|
||||
Collider *collider,
|
||||
struct px_matrix m,
|
||||
struct px_rigidbody_params params);
|
||||
|
||||
RigidBodyHandle *px_rigidbody(struct funnyphysics *px_world,
|
||||
Collider *collider,
|
||||
struct px_matrix m,
|
||||
|
||||
Reference in New Issue
Block a user