examples
This commit is contained in:
parent
843db79af9
commit
c613989f4e
1 changed files with 4 additions and 0 deletions
4
main.go
4
main.go
|
@ -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{},
|
||||||
|
|
Loading…
Reference in a new issue