mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 11:09:06 +00:00
Image maps working mostly
This commit is contained in:
@@ -44,6 +44,6 @@ public class ImageNoise implements NoiseGenerator {
|
||||
|
||||
@Override
|
||||
public double noise(double x, double y, double z) {
|
||||
return noise(x, y, 0);
|
||||
return noise(x, z + y);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user