summaryrefslogtreecommitdiff
path: root/scene/3d/collision_polygon.h
AgeCommit message (Collapse)Author
2015-09-15Ability to keep collisionshapes and collisionpolygons when running the game.reduz
Works for 2D and 3D These are still just helpers in case you want to animate them or access them directly. Modifying the real shapes is still done via CollisionObject and CollisionObject2D APIs But an API was added so you can query which shapes from CollisionObject correspond to which CollisionShape. Have Fun!
2014-09-16CollisionPolygon (3D)Juan Linietsky
Workaround for round() on PC.