obiwac / python-minecraft-clone

Source code for each episode of my Minecraft clone in Python YouTube tutorial series.
https://www.youtube.com/playlist?list=PL6_bLxRDFzoKjaa3qCGkwR5L_ouSreaVP
MIT License
162 stars 79 forks source link

Help needed in matrix.py! #62

Closed NightTerror5293 closed 2 years ago

NightTerror5293 commented 2 years ago

hello, i am having a problem in matrix.py, image an error is being show in the lines 45,46,47 pls help me to resolve it

obiwac commented 2 years ago

Which version did you pull matrix.py from? The solution is likely quite trivial; just replace scale_x/y/z with x/y/z.

NightTerror5293 commented 2 years ago

I ran the file and i just got this as a result image

obiwac commented 2 years ago

Which version did you pull matrix.py from?

Could you please answer this question?

NightTerror5293 commented 2 years ago

2.0.1

obiwac commented 2 years ago

No I mean what episode

NightTerror5293 commented 2 years ago

episode 4

obiwac commented 2 years ago

Ah. I'll take a look but it's a bit curious, since it works perfectly on my side. Did you try running episode-4 from GitHub directly?

obiwac commented 2 years ago

Closing this issue for now, if you're still getting a black screen, I think it'd be wiser to open up another issue :)

abhra2020-smart commented 2 years ago

this might be a git-side issue of the cloning and accidentally wrote the wrong version of the code there? im not sure tho