Panda3D » History » Version 7
Kristján Oddsson, 2012-10-27 15:24
1 | 1 | Kristján Oddsson | h1. Panda3D |
---|---|---|---|
2 | |||
3 | 6 | Kristján Oddsson | h2. Enviroments |
4 | 1 | Kristján Oddsson | |
5 | 6 | Kristján Oddsson | h3. Windows |
6 | |||
7 | 1 | Kristján Oddsson | There are no known errors on Windows. |
8 | |||
9 | 6 | Kristján Oddsson | h3. Linux |
10 | 2 | Kristján Oddsson | |
11 | 6 | Kristján Oddsson | h4. "Could not open window" error |
12 | 5 | Kristján Oddsson | |
13 | The following was tested successfully on Ubuntu 12.04 LTS |
||
14 | 2 | Kristján Oddsson | |
15 | 4 | Kristján Oddsson | When running into the error "Could not open window" on linux one needs to change his config file to load the @pandagles@ display instead of the @pandagl@ display. To do this you edit the file @/etc/Config.prc@, comment out the line @load-display pandagl@ and uncomment the line @load-display pandagles@. |
16 | 7 | Kristján Oddsson | |
17 | Note that the cartoon shader did not work on the linux boxes when they were added, but would work on windows boxes. This lead us to believe that it was due to these changes and changing them back resulted in the shaders working without any hiccups so far. |