mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-26 06:49:19 +00:00
356492d6da
This converts AVG commands to wireframes. We don't try to track color or intensity. (This is a disassembler, not a graphics converter; perfection is not required.) The various rotation and animation options are still enabled, though they're not terribly useful for this. Commands that are meant to be used in series, such as font glyphs, tend to use (0,0) as their left edge and baseline. This puts the shape in the upper-right corner of the thumbnail, which makes everything smaller. The change adds a "re-center" option to the wireframe renderer that computes the visible bounds and adjusts the coordinates so that the center of the object is at (0,0) for display. |
||
---|---|---|
.. | ||
AddressTranslate.cs | ||
Interfaces.cs | ||
Matrix33.cs | ||
PlSymbol.cs | ||
PluginCommon.csproj | ||
PluginException.cs | ||
PluginManager.cs | ||
Util.cs | ||
Vector3.cs | ||
VisBitmap8.cs | ||
VisWireframe.cs |