mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 00:26:07 +09:00
polarity-correct scope
This commit is contained in:
@@ -569,6 +569,9 @@ class BasicDebugInfoWindow : UICanvas() {
|
||||
App.fontSmallNumbers.draw(batch, "Bs:${BUFFER_SIZE/4}", x+3f, y+1f)
|
||||
}
|
||||
is Scope -> {
|
||||
// batch.color = COL_FILTER_WELL_BACK
|
||||
// Toolkit.fillArea(batch, 200, 200, 256, 256)
|
||||
|
||||
batch.color = scopePlotCol
|
||||
val xxs = filter.backbufR
|
||||
val yys = filter.backbufL
|
||||
@@ -586,6 +589,9 @@ class BasicDebugInfoWindow : UICanvas() {
|
||||
val py = ys[i] * halfStripW + halfStripW
|
||||
Toolkit.fillArea(batch, x + px, y + py, 1f, 1f)
|
||||
|
||||
|
||||
// Toolkit.fillArea(batch, 328 + xs[i] * 128, 328 + ys[i] * 128, 1f, 1f)
|
||||
|
||||
// scopedSamples++
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user