From 6644e6f7418b620298444f0287f2e3e543dfd7ed Mon Sep 17 00:00:00 2001 From: The Wobbler Date: Thu, 19 Oct 2023 13:26:25 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b45bae4..db97c54 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,16 @@ Eine Voxel Engine nach dem [Tutorial von Coder Space.](https://youtu.be/Ab8TOSFfNp4) -Bis auf ein paar Errors ist das noch exakt der Code von Coder Space, weil ich erstmal das Tutorial schau, um es zu verstehen. - Zum installieren der Module: ``` pip install pygame pyglm moderngl numba -``` \ No newline at end of file + +``` + +Bis auf ein paar Errors ist das noch exakt der Code von Coder Space, weil ich erstmal das Tutorial schau, um es zu verstehen. + +Mit der Textur `test.png` sind die Farben irgendwie anders, als im Tutorial und es gibt dunkle Streifen: +![Farben nicht richtig](https://emil.i21k.de/files/bilder/farben_nicht_richtig.png) + +Mit der Textur `frame.png` ist alles schwarz: +![Alles schwarz](https://emil.i21k.de/files/bilder/Alles_schwarz.png) \ No newline at end of file