Added SetActorShapeEx()

This commit is contained in:
n00b87
2025-10-12 00:21:34 -05:00
parent 3fa3dbb4e3
commit 8f7fd7d453
11 changed files with 729 additions and 667 deletions

View File

@@ -17,7 +17,7 @@ void setSolidProperties(int actor)
}
}
void rc_setActorCollisionShape(int actor_id, int shape_type, double mass)
void rc_setActorCollisionShape(int actor_id, int shape_type, double mass, double radius=-1)
{
//std::cout << "Start ColShape" << std::endl;
if(rc_actor[actor_id].physics.rigid_body)