mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Experiment with spherical cursor (painting gizmos)
This commit is contained in:
parent
8bf0f75e83
commit
c696e6ec19
2 changed files with 7 additions and 3 deletions
|
@ -119,6 +119,8 @@ void GLGizmoPainterBase::render_triangles(const Selection& selection) const
|
|||
|
||||
void GLGizmoPainterBase::render_cursor_circle() const
|
||||
{
|
||||
return;
|
||||
|
||||
const Camera& camera = wxGetApp().plater()->get_camera();
|
||||
float zoom = (float)camera.get_zoom();
|
||||
float inv_zoom = (zoom != 0.0f) ? 1.0f / zoom : 0.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue