box selection
This commit is contained in:
@@ -15,7 +15,6 @@ extern float dynamic_color[3];
|
||||
extern float kinematic_color[3];
|
||||
extern float static_color[3];
|
||||
|
||||
|
||||
struct phys2d_shape {
|
||||
cpShape *shape;
|
||||
int go;
|
||||
@@ -97,6 +96,7 @@ void phys2d_edge_setvert(struct phys2d_edge *edge, int index, cpVect val);
|
||||
void phys2d_init();
|
||||
void phys2d_update(float deltaT);
|
||||
cpShape *phys2d_query_pos(cpVect pos);
|
||||
int *phys2d_query_box(cpVect pos, cpVect wh);
|
||||
|
||||
struct phys_cbs {
|
||||
struct callee begin;
|
||||
|
||||
Reference in New Issue
Block a user