1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-07-02 16:24:09 +00:00

Progress toward wireframe animations

Handle the remaining visualization editor UI controls, except for
the "test" button.  Save/restore wireframe animations in the
project file.  Changed the preview from a 1-pixel-wide line drawn
by a path half the window size to a 2-pixel-wide line drawn by a
path the exact window size.
This commit is contained in:
Andy McFadden
2020-03-08 17:05:08 -07:00
parent 7e92a86ffa
commit b68e39ab6b
7 changed files with 207 additions and 41 deletions

View File

@ -192,7 +192,7 @@ namespace SourceGen {
/// </summary>
/// <param name="visWire">Visualization object.</param>
/// <param name="parms">Visualization parameters.</param>
public void SetThumbnail(IVisualizationWireframe visWire,
public virtual void SetThumbnail(IVisualizationWireframe visWire,
ReadOnlyDictionary<string, object> parms) {
Debug.Assert(visWire != null);
Debug.Assert(parms != null);