1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-04 03:59:09 +00:00
6502bench/SourceGen/SGTestData/Visualization
Andy McFadden 7e92a86ffa Progress toward wireframe animations
Moved X/Y/Z rotation out of the plugin, since it has nothing to do
with the plugin at all.  (Backface removal and perspective projection
are somewhat based on the data contents, as is the choice for
whether or not they should be options.)

Added sliders for X/Y/Z rotation.  Much more fun that way.

Renamed VisualizationAnimation to VisBitmapAnimation, as we're not
going to use it for wireframe animation.  Created a new class to
hold wireframe animation data, which is really just a reference to
the IVisualizationWireframe so we can generate an animated GIF
without having to pry open the plugin again.

Renamed the "frame-delay-msec" parameter, which should start with
an underscore to ensure it doesn't clash with plugin parameters.
If we don't find it with an underscore we check again without for
backward compatibility.
2020-03-07 17:05:08 -08:00
..
apple2-bitmap-test-AW-RGB.png
apple2-bitmap-test#061000
apple2-bitmap-test#061000.dis65
apple2-bitmap-test#061000.S
apple2-screen-img#062000
apple2-screen-img#062000.dis65
atari2600-sprite-test
atari2600-sprite-test.dis65
atari2600-sprite-test.S
c64-sprite-test
c64-sprite-test.dis65
c64-sprite-test.spd
VisWireframeTest.cs Progress toward wireframe animations 2020-03-07 17:05:08 -08:00
wireframe-test Add rotation and backface culling 2020-03-06 16:51:47 -08:00
wireframe-test.dis65 Progress toward wireframe animations 2020-03-07 17:05:08 -08:00
wireframe-test.S Add rotation and backface culling 2020-03-06 16:51:47 -08:00