Fix missing coordinate system in sample

This commit is contained in:
tobspr 2016-04-15 19:12:13 +02:00
parent f06f184850
commit 206539d719

View File

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