Browse Source

Fix missing coordinate system in sample

tobspr 9 years ago
parent
commit
206539d719
1 changed files with 1 additions and 0 deletions
  1. 1 0
      samples/shader-terrain/main.py

+ 1 - 0
samples/shader-terrain/main.py

@@ -20,6 +20,7 @@ class ShaderTerrainDemo(ShowBase):
         load_prc_file_data("", """
             textures-power-2 none
             window-title Panda3D Shader Terrain Demo
+            gl-coordinate-system default
         """)
 
         # Initialize the showbase