Commit Graph
13 Commits
Author SHA1 Message Date
Jérémie Dumas 779af8fb48 Merge pull request #1227 from BruegelN/python_fix-viewer-core
Python: igl.glfw.Viewer().core => igl.glfw.Viewer().core() with default arg unsigned core_id = 0
2019-06-14 08:21:34 -04:00
Nico Brügel 7162dbe428 expose igl.glfw.Viewer.core() the same way as in C++ and adding default argument. 2019-06-13 14:54:03 +02:00
BruegelN ea48d38056 Due to the changes in glfw::Viewer one should pass a parameter when calling data() to select a mesh. In C++ mesh_id=-1 by default ( the last element). This commit adds this behaviour for the python bindings. 2019-06-10 19:51:26 +02:00
Jérémie Dumas b15bafaed2 Viewer const accessors + use viewport size (fixes #1166, fixes #1167). 2019-04-21 09:50:47 -04:00
Jérémie Dumas 8eac86c163 Make teseo happy. 2018-12-01 09:49:11 -05:00
Roi Poranne 0f40780d5d Multiple viewports. 2018-10-24 11:15:21 -04:00
Jérémie Dumas 1e80372b62 Fix python bindings.
Former-commit-id: 113974b911
2018-02-16 19:42:57 -05:00
Jérémie Dumas a137df845b Also keep base translation separate.
Former-commit-id: 532d94c992
2018-02-16 19:05:14 -05:00
Jérémie Dumas f229319830 Remove model matrix from the viewer.
Former-commit-id: a9d3ef9d06
2018-02-16 18:39:33 -05:00
Daniele Panozzo 6dbfe3861a python module compilation fixes
Former-commit-id: 08f7f8cb6b
2018-02-14 11:30:19 -04:00
Daniele Panozzo 56b46751d6 dropped serialization defines
dropped external nanogui
removed all references to nanogui


Former-commit-id: c61ad1fed9
2018-02-13 15:14:00 -04:00
Daniele Panozzo ad4d6cd23c python compilation fixes
Former-commit-id: 4b9501ad39
2018-02-04 20:11:03 -05:00
Daniele Panozzo eb0881d6a9 python module compiles again, still not working
Former-commit-id: f838fe518e
2018-02-04 15:09:54 -05:00