feifeifeiliu commited on
Commit
cd01aa9
·
1 Parent(s): 5067ebf

Upload rendering.py

Browse files
Files changed (1) hide show
  1. visualise/rendering.py +1 -1
visualise/rendering.py CHANGED
@@ -10,7 +10,7 @@ from subprocess import call
10
  import numpy as np
11
  from scipy.io import wavfile
12
 
13
- os.environ['PYOPENGL_PLATFORM'] = 'egl' # Uncommnet this line while running remotely
14
 
15
  import pyrender
16
 
 
10
  import numpy as np
11
  from scipy.io import wavfile
12
 
13
+ # os.environ['PYOPENGL_PLATFORM'] = 'egl' # Uncommnet this line while running remotely
14
 
15
  import pyrender
16