This commit is contained in:
Luca Puderbach 2024-11-19 17:44:52 +01:00
parent 6157db51da
commit b7d679b492
2 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class TestWorld {
// Setze das Material mit Textur
Material mat = new Material(app.getAssetManager(), "Common/MatDefs/Misc/Unshaded.j3md");
Texture texture = app.getAssetManager().loadTexture("Pictures/board.png");
Texture texture = app.getAssetManager().loadTexture("Pictures/board2.png");
mat.setTexture("ColorMap", texture);
geom.setMaterial(mat);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB