This commit is contained in:
Josh Deprez 2021-09-03 17:00:30 +10:00
parent 843db79af9
commit c613989f4e

View file

@ -59,6 +59,10 @@ func main() {
Child: lev1, Child: lev1,
// Each step in Z becomes -½ step in X plus ½ step in Y: // Each step in Z becomes -½ step in X plus ½ step in Y:
IsoProjection: image.Pt(-2, 2), IsoProjection: image.Pt(-2, 2),
// Each step in Z becomes ½ step in Y:
//IsoProjection: image.Pt(0, 2),
// Each step in Z becomes a step in Y:
//IsoProjection: image.Pt(0, 1),
}, },
&engine.DebugToast{ID: "toast", Pos: image.Pt(0, 15)}, &engine.DebugToast{ID: "toast", Pos: image.Pt(0, 15)},
engine.PerfDisplay{}, engine.PerfDisplay{},