mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 21:21:34 +00:00
switch permutation type to ubyte
This commit is contained in:
@ -7,7 +7,7 @@ public protocol CoherentNoiseRandomInit: CoherentNoise {
|
||||
}
|
||||
|
||||
public protocol CoherentNoiseTableInit: CoherentNoise {
|
||||
init(permutation: [Int16])
|
||||
init(permutation: [UInt8])
|
||||
}
|
||||
|
||||
public protocol CoherentNoise2D: CoherentNoise {
|
||||
|
Reference in New Issue
Block a user