Skip to content

Commit

Permalink
remove the original 3d rendering method that only renders current pac…
Browse files Browse the repository at this point in the history
…ket as 3D space time
  • Loading branch information
Tobi Delbruck authored and Tobi Delbruck committed Jun 11, 2024
1 parent e45d32b commit f199e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/sf/jaer/chip/AEChip.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public AEChip() {
// instancing there display methods does NOT add them to the menu automatically

getCanvas().addDisplayMethod(new ChipRendererDisplayMethod(getCanvas()));
getCanvas().addDisplayMethod(new SpaceTimeEventDisplayMethod(getCanvas()));
// getCanvas().addDisplayMethod(new SpaceTimeEventDisplayMethod(getCanvas()));
getCanvas().addDisplayMethod(new SpaceTimeRollingEventDisplayMethod(getCanvas()));
// getCanvas().addDisplayMethod(new Histogram3dDisplayMethod(getCanvas())); // preesntly broken - tobi

Expand Down

0 comments on commit f199e4e

Please sign in to comment.