Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

function 'glGetUniformLocation' not found

Open chenfei8888 opened this issue 10 months ago • 4 comments

code: import genesis as gs gs.init(backend=gs.cpu)

scene = gs.Scene(show_viewer=True) plane = scene.add_entity(gs.morphs.Plane()) franka = scene.add_entity( gs.morphs.MJCF(file='xml/franka_emika_panda/panda.xml'), )

scene.build()

for i in range(1000): scene.step()

error: function 'glGetUniformLocation' not found

chenfei8888 avatar Dec 20 '24 09:12 chenfei8888