Class ProceduralTextureGenerator

java.lang.Object
org.episteme.natural.ui.viewers.physics.astronomy.ProceduralTextureGenerator

public class ProceduralTextureGenerator extends Object
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Constructor Details

    • ProceduralTextureGenerator

      public ProceduralTextureGenerator()
  • Method Details

    • generateMoonTexture

      public static BufferedImage generateMoonTexture(int width, int height, long seed)
      Generates a moon-like texture.
      Parameters:
      width - Width of the texture
      height - Height of the texture
      seed - Random seed
      Returns:
      BufferedImage containing the texture