Update example
This commit is contained in:
parent
3bde422185
commit
6c684f7af6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ func main() {
|
||||||
radialGradient := raylib.GenImageGradientRadial(screenWidth, screenHeight, 0, raylib.White, raylib.Black)
|
radialGradient := raylib.GenImageGradientRadial(screenWidth, screenHeight, 0, raylib.White, raylib.Black)
|
||||||
checked := raylib.GenImageChecked(screenWidth, screenHeight, 32, 32, raylib.Red, raylib.Blue)
|
checked := raylib.GenImageChecked(screenWidth, screenHeight, 32, 32, raylib.Red, raylib.Blue)
|
||||||
whiteNoise := raylib.GenImageWhiteNoise(screenWidth, screenHeight, 0.5)
|
whiteNoise := raylib.GenImageWhiteNoise(screenWidth, screenHeight, 0.5)
|
||||||
perlinNoise := raylib.GenImagePerlinNoise(screenWidth, screenHeight, 8)
|
perlinNoise := raylib.GenImagePerlinNoise(screenWidth, screenHeight, 50, 50, 4.0)
|
||||||
cellular := raylib.GenImageCellular(screenWidth, screenHeight, 32)
|
cellular := raylib.GenImageCellular(screenWidth, screenHeight, 32)
|
||||||
|
|
||||||
textures := make([]raylib.Texture2D, numTextures)
|
textures := make([]raylib.Texture2D, numTextures)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue