mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-30 21:42:02 -06:00
FIX:Replace v_barycentric by gl_Color to slove factory computer issues
modify Shortcut keys to toggle Wireframe Jira: STUDIO-4772 Change-Id: Ica5c1c6c0a41ed247c85173b3b0437632f596e7d (cherry picked from commit 79a1805e8fde6e0b735a529ab7c7c7fe9015865b)
This commit is contained in:
parent
8a8020e0a9
commit
17e9bb48d8
5 changed files with 22 additions and 24 deletions
|
@ -201,7 +201,7 @@ protected:
|
|||
|
||||
private:
|
||||
void update_render_data();
|
||||
void render(int buffer_idx, int position_id = -1, int barycentric_id = -1);
|
||||
void render(int buffer_idx, int position_id = -1, bool show_wireframe=false);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue