Debugger Drawings #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A lot of the built in
draw
methods should have the option to pass in a debugger level. The debugger level should be enumerated to determine how much additional data is being drawn - i.e. the spline segment should have at least 3 debugger levels - control points, lines, and tangents. Each level would draw all of the details on that level only unless averbose
flag is provided, forcing it to draw all lower debug levels as well.SplineSegment
Polygon