Fix missing coordinate system in sample
This commit is contained in:
parent
f06f184850
commit
206539d719
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue