Remove unused imports
This commit is contained in:
@@ -2,12 +2,9 @@ package patterns
|
||||
|
||||
import org.openrndr.application
|
||||
import org.openrndr.color.ColorRGBa
|
||||
import org.openrndr.draw.loadFont
|
||||
import org.openrndr.draw.loadImage
|
||||
import org.openrndr.extra.camera.Camera2D
|
||||
import org.openrndr.extra.color.presets.NAVY
|
||||
import org.openrndr.extra.color.presets.PEACH_PUFF
|
||||
import org.openrndr.extra.imageFit.imageFit
|
||||
import org.openrndr.extra.shadestyles.fills.FillUnits
|
||||
import org.openrndr.extra.shadestyles.fills.patterns.pattern
|
||||
|
||||
@@ -23,11 +20,11 @@ fun main() = application {
|
||||
backgroundColor = ColorRGBa.NAVY
|
||||
foregroundColor = ColorRGBa.PEACH_PUFF
|
||||
patternUnits = FillUnits.WORLD
|
||||
parameter("time", seconds*0.1)
|
||||
parameter("time", seconds * 0.1)
|
||||
scale = 1.0
|
||||
xorMod2 {
|
||||
patternMod = 13
|
||||
patternOffset = (seconds*1).toInt()
|
||||
patternOffset = (seconds * 1).toInt()
|
||||
patternMask = 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user