mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-08-09 06:49:31 +00:00
Update eglRenderTest.py
This commit is contained in:
@@ -4,7 +4,7 @@ import pkgutil
|
||||
egl = pkgutil.get_loader('eglRenderer')
|
||||
import pybullet_data
|
||||
|
||||
p.connect(p.DIRECT)
|
||||
p.connect(p.GUI)
|
||||
p.setAdditionalSearchPath(pybullet_data.getDataPath())
|
||||
plugin = p.loadPlugin(egl.get_filename(), "_eglRendererPlugin")
|
||||
print("plugin=", plugin)
|
||||
|
||||
Reference in New Issue
Block a user