Class ProceduralTextureGenerator
java.lang.Object
org.episteme.natural.ui.viewers.physics.astronomy.ProceduralTextureGenerator
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BufferedImagegenerateMoonTexture(int width, int height, long seed) Generates a moon-like texture.
-
Constructor Details
-
ProceduralTextureGenerator
public ProceduralTextureGenerator()
-
-
Method Details
-
generateMoonTexture
Generates a moon-like texture.- Parameters:
width- Width of the textureheight- Height of the textureseed- Random seed- Returns:
- BufferedImage containing the texture
-