automated snapshot
This commit is contained in:
2
main.go
2
main.go
@@ -260,7 +260,7 @@ func (fl *FieldLayer) Draw(ctx *RenderCtx) {
|
||||
for x := range ctx.SourceWidth {
|
||||
for y := range ctx.SourceHeight {
|
||||
v := fl.field.Get(float32(x), float32(y))
|
||||
clr := LerpCurve(v, 1.0, fl.loColor, fl.hiColor)
|
||||
clr := LerpCurve(v, 1.3, fl.loColor, fl.hiColor)
|
||||
rl.DrawPixel(x, y, clr)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user