What's GL_FOG in Python? #70093
Replies: 4 comments 1 reply
-
I guess you should provide more info such as which python package you are using, the line triggering this error... Provide these information and maybe people can get to help you. |
Beta Was this translation helpful? Give feedback.
-
python should match the pyglet version, and if the version does not match, the library cannot be referenced. See in detail:https://blog.51cto.com/u_16175512/12333537 |
Beta Was this translation helpful? Give feedback.
-
Have you imported the necessary libraries or defined GL_FOG in your code? It might be missing an import or a constant definition. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
When I was trying out a game code,An error occurred:"NameError: name' GL_ FOG 'is not defined".Excuse me, GL_ What does FOG mean? I can't find any information about him on various websites,This will help me modify the code,. thanks ❤。
Beta Was this translation helpful? Give feedback.
All reactions