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:
zhou.xu 2023-10-13 16:01:08 +08:00 committed by Lane.Wei
parent 8a8020e0a9
commit 17e9bb48d8
5 changed files with 22 additions and 24 deletions

View file

@ -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);
};