Skip to content

Collision display enhancements #14

@hexabits

Description

@hexabits

Tasks

  • Display toggle shortcut (H)
  • Display cycles through OFF, WIRE, SOLID+WIRE
  • Fix display of CVS

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions