Tasks
Descriptions
Add keyboard shortcut
Many of the features should be given keyboard shortcuts. We should either include the shortcuts with each feature improvement, or save them for all at once.
Add new display mode (SOLID+WIRE)
The collision currently only displays as a wire. For complex shapes this does not give you a good idea of the "coverage", or how accurately it fits the shape. A new mode should be added which fills in the surfaces so that the faces can be seen.
Improve ConvexVerticesShape implementation
The convex hull algorithm uses a naive algorithm. It does not generate an actual convex hull. It instead draws an edge between every combination of vertices.
Tasks
Descriptions
Add keyboard shortcut
Many of the features should be given keyboard shortcuts. We should either include the shortcuts with each feature improvement, or save them for all at once.
Add new display mode (SOLID+WIRE)
The collision currently only displays as a wire. For complex shapes this does not give you a good idea of the "coverage", or how accurately it fits the shape. A new mode should be added which fills in the surfaces so that the faces can be seen.
Improve ConvexVerticesShape implementation
The convex hull algorithm uses a naive algorithm. It does not generate an actual convex hull. It instead draws an edge between every combination of vertices.