Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

function 'glGetUniformLocation' not found

Open chenfei8888 opened this issue 1 year 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

4090, CUDA 12.3 and system is Windows

chenfei8888 avatar Dec 20 '24 09:12 chenfei8888

Same code, 4090 12.1 cuda and cpu print the same error

manuelgardina avatar Dec 20 '24 09:12 manuelgardina

haven't sovled yet, refer to #12

15921483570 avatar Dec 20 '24 09:12 15921483570

haven't sovled yet, refer to #12

thanks!

chenfei8888 avatar Dec 20 '24 09:12 chenfei8888

Close as a duplicate.

ziyanx02 avatar Dec 27 '24 21:12 ziyanx02