mitsuba-renderer / nanogui

Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL
Other
1.56k stars 196 forks source link

Fix resource path in example1.py #139

Open stuaxo opened 1 year ago

stuaxo commented 1 year ago

Adjust resource path, so example1.py works when running from it's own directory.

stuaxo commented 1 year ago

This makes you able to run example1.py from it's own directory.