Comment out println() calls for less log noise
This commit is contained in:
@@ -95,7 +95,7 @@ private fun SceneRenderer.processIrradiance(drawer: Drawer, scene: Scene, featur
|
|||||||
buffer.putVector3((coef))
|
buffer.putVector3((coef))
|
||||||
}
|
}
|
||||||
probeID++
|
probeID++
|
||||||
println("$probeID / ${irradianceProbePositions.size}")
|
//println("$probeID / ${irradianceProbePositions.size}")
|
||||||
probe.dirty = false
|
probe.dirty = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ fun main() = application {
|
|||||||
// Convert mesh data to Wavefront OBJ String representation
|
// Convert mesh data to Wavefront OBJ String representation
|
||||||
val obj = cm.toObj()
|
val obj = cm.toObj()
|
||||||
|
|
||||||
println(obj)
|
//println(obj)
|
||||||
|
|
||||||
val font = loadFont("demo-data/fonts/IBMPlexMono-Regular.ttf", 24.0)
|
val font = loadFont("demo-data/fonts/IBMPlexMono-Regular.ttf", 24.0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user