RosettaCodeData/Task/Perlin-noise/Factor/perlin-noise-1.factor
2023-07-01 13:44:08 -04:00

3 lines
99 B
Factor

x floor >integer 255 bitand :> X
y floor >integer 255 bitand :> Y
z floor >integer 255 bitand :> Z