Reduce the texture size to 129 square
This commit is contained in:
parent
8e9f88faad
commit
58f59baaf5
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ public class DiamondSquareGenerator: TerrainGenerator {
|
|||
|
||||
class var textureSize: MTLSize {
|
||||
// Needs to 2n + 1 on each side.
|
||||
return MTLSize(width: 513, height: 513, depth: 1)
|
||||
return MTLSize(width: 129, height: 129, depth: 1)
|
||||
}
|
||||
|
||||
var roughness: Float = 1.0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue