mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
1st attempt of perl callback from c++ for 3DScene
This commit is contained in:
parent
986630c2dc
commit
f4303ebdb8
11 changed files with 181 additions and 10 deletions
|
@ -575,6 +575,8 @@ public:
|
|||
static Pointf3 get_camera_target(wxGLCanvas* canvas);
|
||||
static void set_camera_target(wxGLCanvas* canvas, const Pointf3* target);
|
||||
|
||||
static void register_on_viewport_changed_callback(wxGLCanvas* canvas, void* callback);
|
||||
|
||||
// static void _glew_init();
|
||||
//##################################################################################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue